All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SRShowerRazzle.h
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // \file SRShowerRazzle.h
3 ////////////////////////////////////////////////////////////////////////
4 #ifndef SRSHOWERRAZZLE_H
5 #define SRSHOWERRAZZLE_H
6 
7 namespace caf {
8 /// Representation of Shower MVA PID outputs
10  public:
13 
14  int pdg;
15 
17  float photonScore;
18  float otherScore;
19 
20  float bestScore;
21 };
22 
23 } // end namespace
24 
25 #endif // SRShowerRazzle_H
26 //////////////////////////////////////////////////////////////////////////////
Representation of Shower MVA PID outputs.
Definition: SRShowerRazzle.h:9