An interface class for accessing SusNt objects. More...
#include <SusyNtObject.h>

Public Member Functions | |
| SusyNtObject () | |
| Constructor for writing only. | |
| SusyNtObject (const Long64_t &entry) | |
| Constructor for reading and writing. | |
| void | SetActive () |
| Set branches active for writing. | |
| void | WriteTo (TTree *tree) |
| Connect the objects to an output tree. | |
| void | ReadFrom (TTree *tree) |
| Connect the objects to an input tree. | |
| void | clear () |
| Clear variables when in read mode. | |
| ClassDef (SusyNtObject, 5) | |
Public Attributes | |
| D3PDReader::VarHandle< Event * > | evt |
| Event variables. | |
|
D3PDReader::VarHandle < std::vector< Electron > * > | ele |
| Electron variables. | |
|
D3PDReader::VarHandle < std::vector< Muon > * > | muo |
| Muon variables. | |
|
D3PDReader::VarHandle < std::vector< Jet > * > | jet |
| Jet variables. | |
|
D3PDReader::VarHandle < std::vector< Photon > * > | pho |
| Photon variables. | |
|
D3PDReader::VarHandle < std::vector< Tau > * > | tau |
| Tau variables. | |
|
D3PDReader::VarHandle < std::vector< Met > * > | met |
| Met variables. | |
|
D3PDReader::VarHandle < std::vector< TrackMet > * > | tkm |
| TrackMet variables. | |
|
D3PDReader::VarHandle < std::vector< TruthParticle > * > | tpr |
| TruthParticle variables. | |
|
D3PDReader::VarHandle < std::vector< TruthJet > * > | tjt |
| TruthJet variables. | |
|
D3PDReader::VarHandle < std::vector< TruthMet > * > | tmt |
| TruthMet variables. | |
An interface class for accessing SusNt objects.
1.7.6.1