testShowerImpl.h
Go to the documentation of this file.
1 #ifndef _tst_testShowerImpl_h_
2 #define _tst_testShowerImpl_h_
3 
11 namespace evt {
12  class Event;
13  class ShowerRecData;
14  class ShowerSimData;
15 }
16 
17 
19 private:
22  bool fTestIO;
23 
24 public:
27 
28  void setUp();
29  void setUp(evt::Event& event, bool testIO = true);
30  void tearDown();
31  void testShowerRecData();
32  void SetShowerRecDataValues(evt::ShowerRecData& theRecShower);
33  void CheckShowerRecDataValues(const evt::ShowerRecData& theRecShower);
34  void testShowerSimData();
37  void SetShowerSimDataValues(evt::ShowerSimData& theSimShower);
38  void CheckShowerSimDataValues(const evt::ShowerSimData& theSimShower,
39  const double rotatedCS=0);
40 };
41 
42 
43 #endif
void CheckShowerRecDataValues(const evt::ShowerRecData &theRecShower)
Interface class to access Shower Reconstructed parameters.
Definition: ShowerRecData.h:33
void testShowerRecData()
void testShowerSimData()
void SetShowerSimDataValues(evt::ShowerSimData &theSimShower)
void testShowerSimDataNoGeometry()
Interface class to access Shower Simulated parameters.
Definition: ShowerSimData.h:49
void CheckShowerSimDataValues(const evt::ShowerSimData &theSimShower, const double rotatedCS=0)
evt::Event * fEvent
void testShowerSimDataRotated()
void SetShowerRecDataValues(evt::ShowerRecData &theRecShower)

, generated on Tue Sep 26 2023.