EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FwdIdealTrackingCode.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file FwdIdealTrackingCode.h
1 //
2 // AYK (ayk@bnl.gov)
3 //
4 // STAR-related EicIdealTrackingCode wrapper; used only as
5 // detector declaration and sensitive volume handler code;
6 //
7 
8 #include <EicIdealTrackingCode.h>
9 
10 #ifndef _FWD_IDEAL_TRACKING_CODE_
11 #define _FWD_IDEAL_TRACKING_CODE_
12 
14 {
15  public:
18 
19  // Intercept few EicIdealTrackingCode virtual calls; yes, do not want
20  // any activity from this code rather than whatever happens in Init()
21  // call and hit TCloneArrays which are filled out by the main code;
22  void Register() {};
23  void Exec(Option_t * option) {};
24  void Finish() {};
25 
27 };
28 
29 #endif