HerdSoftware  0.1.1
HWPSDEventDisplay.h
Go to the documentation of this file.
1 /*
2  * HWPSDEventDisplay.h
3  *
4  * Created on: 08 May 2019
5  * Author: Valerio Formato
6  */
7 
8 // HERD headers
13 
14 // ROOT headers
15 #include "TEveBoxSet.h"
16 #include "TEveGeoNode.h"
17 
18 // c++ headers
19 #include <unordered_map>
20 
21 #ifndef HWPSDEventDisplay_H_
22 #define HWPSDEventDisplay_H_
23 
24 namespace Herd {
26 public:
29 
30  void ImportPSDHits(const PsdHitsColl &psdColl, const PsdGeoParamsColl &geoParamsColl);
31  void FillBoxSet(const PsdHitsColl &psdColl, const PsdGeoParamsColl &geoParamsColl);
32 
33  TEveBoxSet *PSDHitsXZ;
34  TEveBoxSet *PSDHitsYZ;
35  TEveBoxSet *PSDHitsXY;
36 
37 private:
38  Color_t psdColor;
39 };
40 } // namespace Herd
41 
42 #endif
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:24
TEveBoxSet * PSDHitsYZ
Definition: HWPSDEventDisplay.h:34
TEveBoxSet * PSDHitsXY
Definition: HWPSDEventDisplay.h:35
Definition: HWPSDEventDisplay.h:25
void FillBoxSet(const PsdHitsColl &psdColl, const PsdGeoParamsColl &geoParamsColl)
Definition: HWPSDEventDisplay.cpp:47
~HWPSDEventDisplay()
Definition: HWPSDEventDisplay.h:28
TEveBoxSet * PSDHitsXZ
Definition: HWPSDEventDisplay.h:33
Color_t psdColor
Definition: HWPSDEventDisplay.h:38
HWPSDEventDisplay()
Definition: HWPSDEventDisplay.cpp:29
void ImportPSDHits(const PsdHitsColl &psdColl, const PsdGeoParamsColl &geoParamsColl)
Definition: HWPSDEventDisplay.cpp:32
Definition: HWBaseEventDisplay.h:19