ATLAS Offline Software
|
#include <VP1BPhysConvertor.h>
Public Member Functions | |
void | clearBranches () |
bool | init (TTree *tree) |
int | GetEntry (int i) |
Public Attributes | |
double | vtx_x {} |
double | vtx_y {} |
double | vtx_z {} |
double | vtx_xx {} |
double | vtx_yy {} |
double | vtx_zz {} |
double | vtx_xy {} |
double | vtx_xz {} |
double | vtx_yz {} |
int | vtx_mother {} |
unsigned long | vtx_color {} |
std::vector< double > * | track_pt {} |
std::vector< double > * | track_eta {} |
std::vector< double > * | track_phi {} |
std::vector< double > * | track_d0 {} |
std::vector< double > * | track_z0 {} |
std::vector< double > * | track_charge {} |
std::vector< double > * | track_refitted_px {} |
std::vector< double > * | track_refitted_py {} |
std::vector< double > * | track_refitted_pz {} |
std::vector< unsigned long > * | track_color {} |
std::vector< unsigned long > * | track_refitted_color {} |
std::vector< double > * | neutral_refitted_px {} |
std::vector< double > * | neutral_refitted_py {} |
std::vector< double > * | neutral_refitted_pz {} |
std::vector< double > * | neutral_length {} |
std::vector< int > * | neutral_decay {} |
std::vector< unsigned long > * | neutral_color {} |
TTree * | vp1Filter |
int | evtNum |
int | runNum |
std::vector< int > * | vtx_daughters |
Private Member Functions | |
void | copy (Br *br) |
Definition at line 14 of file VP1BPhysConvertor.h.
void Br::clearBranches | ( | ) |
|
private |
int Br::GetEntry | ( | int | i | ) |
Definition at line 105 of file VP1BPhysSystem.cxx.
bool Br::init | ( | TTree * | tree | ) |
Definition at line 58 of file VP1BPhysSystem.cxx.
int Br::evtNum |
Definition at line 53 of file VP1BPhysSystem.h.
std::vector< unsigned long > * Br::neutral_color {} |
Definition at line 53 of file VP1BPhysConvertor.h.
std::vector< int > * Br::neutral_decay {} |
Definition at line 52 of file VP1BPhysConvertor.h.
std::vector< double > * Br::neutral_length {} |
Definition at line 51 of file VP1BPhysConvertor.h.
std::vector< double > * Br::neutral_refitted_px {} |
Definition at line 48 of file VP1BPhysConvertor.h.
std::vector< double > * Br::neutral_refitted_py {} |
Definition at line 49 of file VP1BPhysConvertor.h.
std::vector< double > * Br::neutral_refitted_pz {} |
Definition at line 50 of file VP1BPhysConvertor.h.
int Br::runNum |
Definition at line 54 of file VP1BPhysSystem.h.
std::vector< double > * Br::track_charge {} |
Definition at line 40 of file VP1BPhysConvertor.h.
std::vector< unsigned long > * Br::track_color {} |
Definition at line 44 of file VP1BPhysConvertor.h.
std::vector< double > * Br::track_d0 {} |
Definition at line 38 of file VP1BPhysConvertor.h.
std::vector< double > * Br::track_eta {} |
Definition at line 36 of file VP1BPhysConvertor.h.
std::vector< double > * Br::track_phi {} |
Definition at line 37 of file VP1BPhysConvertor.h.
std::vector< double > * Br::track_pt {} |
Definition at line 35 of file VP1BPhysConvertor.h.
std::vector< unsigned long > * Br::track_refitted_color {} |
Definition at line 45 of file VP1BPhysConvertor.h.
std::vector< double > * Br::track_refitted_px {} |
Definition at line 41 of file VP1BPhysConvertor.h.
std::vector< double > * Br::track_refitted_py {} |
Definition at line 42 of file VP1BPhysConvertor.h.
std::vector< double > * Br::track_refitted_pz {} |
Definition at line 43 of file VP1BPhysConvertor.h.
std::vector< double > * Br::track_z0 {} |
Definition at line 39 of file VP1BPhysConvertor.h.
TTree* Br::vp1Filter |
Definition at line 51 of file VP1BPhysSystem.h.
unsigned long Br::vtx_color {} |
Definition at line 32 of file VP1BPhysConvertor.h.
std::vector<int>* Br::vtx_daughters |
Definition at line 68 of file VP1BPhysSystem.h.
int Br::vtx_mother {} |
Definition at line 31 of file VP1BPhysConvertor.h.
double Br::vtx_x {} |
Definition at line 22 of file VP1BPhysConvertor.h.
double Br::vtx_xx {} |
Definition at line 25 of file VP1BPhysConvertor.h.
double Br::vtx_xy {} |
Definition at line 28 of file VP1BPhysConvertor.h.
double Br::vtx_xz {} |
Definition at line 29 of file VP1BPhysConvertor.h.
double Br::vtx_y {} |
Definition at line 23 of file VP1BPhysConvertor.h.
double Br::vtx_yy {} |
Definition at line 26 of file VP1BPhysConvertor.h.
double Br::vtx_yz {} |
Definition at line 30 of file VP1BPhysConvertor.h.
double Br::vtx_z {} |
Definition at line 24 of file VP1BPhysConvertor.h.
double Br::vtx_zz {} |
Definition at line 27 of file VP1BPhysConvertor.h.