MarlinUtil  1.12.1
MarlinDrawUtil.h
1 #ifndef MarlinDrawUtil_h
2 #define MarlinDrawUtil_h 1
3 
4 #include <iostream>
5 #include <string>
6 
7 #include <lcio.h>
8 
9 using namespace lcio;
10 
11 
13 
14  public:
15 
16  static int getColor(int pdgCode);
17  static unsigned int getColorAmplitude(float amplitude, float max_amplitude, std::string mode, float limit);
18 
19 };
20 
21 #endif
Definition: MarlinDrawUtil.h:12