StreamerSwitch.cc
Go to the documentation of this file.
1 
9 #include <io/StreamerSwitch.h>
10 
11 using namespace io;
12 
13 
15  fRawData(true),
16  fFDRawData(true),
17  fFDSimPhotonTraces(true),
18  fFDSimTelescope(true),
19  fSDSimPMTPETimeDistribution(true),
20  fSDSimPMTBaseTimeDistribution(true),
21  fSDSimPMTFilterTimeDistribution(true),
22  //fSDSimTankParticles(false)
23  fSDSimTankParticles(true),
24  fCDSimRPCParticles(true)
25 {
26 }
27 
28 
29 // Configure (x)emacs for this file ...
30 // Local Variables:
31 // mode: c++
32 // compile-command: "make -C .. -k"
33 // End:

, generated on Tue Sep 26 2023.