EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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
13
class
FwdIdealTrackingCode
:
public
EicIdealTrackingCode
14
{
15
public
:
16
FwdIdealTrackingCode
() {};
17
~FwdIdealTrackingCode
() {};
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
26
ClassDef
(
FwdIdealTrackingCode
,1);
27
};
28
29
#endif
EicRoot
blob
master
eic
htree
FwdIdealTrackingCode.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:35
using
1.8.2 with
EIC GitHub integration