EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4LmonEventAction.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file G4LmonEventAction.cc
1 #include "G4LmonEventAction.h"
2 #include "G4LmonDetector.h"
3 
4 #include "RootOut.h"
5 
6 #include <iostream>
7 
8 using namespace std;
9 
11  rootoutput(rootout)
12  , m_Detector(det)
13 {}
14 
16 {
17  rootoutput->Close();
18 }
19 
21 {
23 }
24 
26 {
29 }