HerdSoftware  0.3.2
HWCaloAxesEventDisplay.h
Go to the documentation of this file.
1 /*
2  * HWCaloAxesEventDisplay.h
3  *
4  * Created on: 26 Aug 2021
5  * Author: Nicola Mori
6  */
7 
8 #ifndef HWCaloAxesEventDisplay_H_
9 #define HWCaloAxesEventDisplay_H_
10 
11 // HERD headers
13 
14 namespace Herd {
16 public:
17  HWCaloAxesEventDisplay(std::string name = "Calo axes") : HWTracks3DEventDisplay(name, kGreen) {}
18 };
19 } // namespace Herd
20 
21 #endif
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:24
HWCaloAxesEventDisplay(std::string name="Calo axes")
Definition: HWCaloAxesEventDisplay.h:17
Definition: HWTracks3DEventDisplay.h:24
Definition: HWCaloAxesEventDisplay.h:15