Skip to Content.
Sympa Menu

sphenix-software-l - [Sphenix-software-l] getClass.h and recoConsts.h include file path change

sphenix-software-l AT lists.bnl.gov

Subject: sPHENIX discussion of software

List archive

Chronological Thread  
  • From: Chris Pinkenburg <pinkenburg AT bnl.gov>
  • To: "sphenix-software-l AT lists.bnl.gov" <sphenix-software-l AT lists.bnl.gov>
  • Subject: [Sphenix-software-l] getClass.h and recoConsts.h include file path change
  • Date: Mon, 19 Oct 2015 15:01:44 -0400

Hi folks,

this just changes the path you have to give in the #include statement, nothing else. It's still painful but the longer we wait the worse it gets. The rational behind moving recoConsts.h from funall to phool is that it doesn't really have anything to do with our framework/event loop. The same holds true for getClass.h. The change in your code is just replacing

#include <fun4all/recoConsts.h>
#include <fun4all/getClass.h>

by

#include <phool/recoConsts.h>
#include <phooll/getClass.h>

Chris

--

*********************************************************

Christopher H. Pinkenburg ; pinkenburg AT bnl.gov

Brookhaven National Laboratory ; phone: (631) 344-5692
Physics Department Bldg 510 C ; fax: (631) 344-3253
Upton, NY 11973-5000

http://www.phenix.bnl.gov/~pinkenbu/

*********************************************************




  • [Sphenix-software-l] getClass.h and recoConsts.h include file path change, Chris Pinkenburg, 10/19/2015

Archive powered by MHonArc 2.6.24.

Top of Page