Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MvtxRunInfoUnpackPRDF.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file MvtxRunInfoUnpackPRDF.h
1 #ifndef __MvtxRunInfoUnpackPRDFF__
2 #define __MvtxRunInfoUnpackPRDFF__
3 
4 //* RunInfoUnpacks raw HCAL PRDF files *//
5 
6 #include <fun4all/SubsysReco.h>
7 #include <phool/PHObject.h>
8 
9 class Event;
10 class Packet;
12 
14 {
15 public:
17 
18  int
19  Init(PHCompositeNode *topNode);
20 
21  int
22  InitRun(PHCompositeNode *topNode);
23 
24  int
26 
27  int
28  End(PHCompositeNode *topNode);
29 
30  void
32 
33 private:
34 
36 
39 
40 };
41 
42 #endif //**MvtxRunInfoUnpackPRDFF**//