Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
srcs
sbnanaobj
sbnanaobj
StandardRecord
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
9
class
SRShowerRazzle
{
10
public
:
11
SRShowerRazzle
();
12
~SRShowerRazzle
() {}
13
14
int
pdg
;
15
16
float
electronScore
;
17
float
photonScore
;
18
float
otherScore
;
19
20
float
bestScore
;
21
};
22
23
}
// end namespace
24
25
#endif // SRShowerRazzle_H
26
//////////////////////////////////////////////////////////////////////////////
caf::SRShowerRazzle::pdg
int pdg
Definition:
SRShowerRazzle.h:14
caf::SRShowerRazzle::electronScore
float electronScore
Definition:
SRShowerRazzle.h:16
caf::SRShowerRazzle::otherScore
float otherScore
Definition:
SRShowerRazzle.h:18
caf::SRShowerRazzle::SRShowerRazzle
SRShowerRazzle()
Definition:
SRShowerRazzle.cxx:8
caf::SRShowerRazzle
Representation of Shower MVA PID outputs.
Definition:
SRShowerRazzle.h:9
caf::SRShowerRazzle::~SRShowerRazzle
~SRShowerRazzle()
Definition:
SRShowerRazzle.h:12
caf::SRShowerRazzle::bestScore
float bestScore
Definition:
SRShowerRazzle.h:20
caf::SRShowerRazzle::photonScore
float photonScore
Definition:
SRShowerRazzle.h:17
Generated by
1.8.5