#include <PreshowerClusterShape.h>
Public Member Functions | |
virtual std::vector< float > | getStripEnergies () const |
Energies of component strips. More... | |
int | plane () const |
Preshower plane. More... | |
PreshowerClusterShape () | |
default constructor More... | |
PreshowerClusterShape (const std::vector< float > &stripEnergies, const int plane) | |
constructor from strip energies More... | |
PreshowerClusterShape (const PreshowerClusterShape &) | |
Copy contructor. More... | |
void | setSCRef (const SuperClusterRef &r) |
SuperClusterRef | superCluster () const |
Associated SuperCluster;. More... | |
virtual | ~PreshowerClusterShape () |
Private Attributes | |
int | plane_ |
SuperClusterRef | sc_ref_ |
Associated super cluster;. More... | |
std::vector< float > | stripEnergies_ |
used strip energies More... | |
Definition at line 14 of file PreshowerClusterShape.h.
|
inline |
|
virtual |
Definition at line 8 of file PreshowerClusterShape.cc.
PreshowerClusterShape::PreshowerClusterShape | ( | const std::vector< float > & | stripEnergies, |
const int | plane | ||
) |
constructor from strip energies
Definition at line 10 of file PreshowerClusterShape.cc.
References plane(), plane_, and stripEnergies_.
PreshowerClusterShape::PreshowerClusterShape | ( | const PreshowerClusterShape & | b | ) |
Copy contructor.
Definition at line 15 of file PreshowerClusterShape.cc.
References b, plane_, sc_ref_, and stripEnergies_.
|
inlinevirtual |
Energies of component strips.
Definition at line 34 of file PreshowerClusterShape.h.
References stripEnergies_.
|
inline |
Preshower plane.
Definition at line 28 of file PreshowerClusterShape.h.
References plane_.
Referenced by PreshowerClusterShape().
|
inline |
Definition at line 36 of file PreshowerClusterShape.h.
References sc_ref_.
Referenced by PreshowerClusterShapeProducer::produce().
|
inline |
Associated SuperCluster;.
Definition at line 31 of file PreshowerClusterShape.h.
References sc_ref_.
Referenced by Electron.Electron::mvaIDLoose(), Electron.Electron::mvaIDRun2(), and Electron.Electron::mvaIDTight().
|
private |
Definition at line 39 of file PreshowerClusterShape.h.
Referenced by plane(), and PreshowerClusterShape().
|
private |
Associated super cluster;.
Definition at line 42 of file PreshowerClusterShape.h.
Referenced by PreshowerClusterShape(), setSCRef(), and superCluster().
|
private |
used strip energies
Definition at line 45 of file PreshowerClusterShape.h.
Referenced by getStripEnergies(), and PreshowerClusterShape().