HerdSoftware  0.4.0
HWMCTruthDisplay.h
Go to the documentation of this file.
1 /*
2  * HWMCTruthDisplay.h
3  *
4  * Created on: 13 Nov 2019
5  * Author: Valerio Formato
6  */
7 
8 // HERD headers
11 
12 #ifndef HWMCTruthDisplay_H_
13 #define HWMCTruthDisplay_H_
14 
15 namespace Herd {
17 public:
18  HWMCTruthDisplay() : HWTracks3DEventDisplay("MC truth", kRed){};
19 
20  void ImportMCTruth(const MCTruth &mcTruth);
21 };
22 } // namespace Herd
23 
24 #endif
MCTruth.h
Herd::HWMCTruthDisplay::ImportMCTruth
void ImportMCTruth(const MCTruth &mcTruth)
Definition: HWMCTruthDisplay.cpp:20
Herd
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:22
Herd::HWMCTruthDisplay::HWMCTruthDisplay
HWMCTruthDisplay()
Definition: HWMCTruthDisplay.h:18
HWTracks3DEventDisplay.h
Herd::HWTracks3DEventDisplay
Definition: HWTracks3DEventDisplay.h:24
Herd::MCTruth
Data structure for the Monte Carlo truth of each event.
Definition: MCTruth.h:24
Herd::HWMCTruthDisplay
Definition: HWMCTruthDisplay.h:16