#include <DataStructs.h>
Public Attributes | |
std::vector< float > | BeginWir |
std::vector< float > | BeginTim |
std::vector< float > | BeginAng |
std::vector< float > | BeginChg |
std::vector< short > | BeginVtx |
std::vector< float > | EndWir |
std::vector< float > | EndTim |
std::vector< float > | EndAng |
std::vector< float > | EndChg |
std::vector< short > | EndVtx |
std::vector< short > | MCSMom |
std::vector< short > | PlaneNum |
std::vector< int > | TjID |
std::vector< int > | IsShowerTj |
std::vector< int > | ShowerID |
std::vector< int > | IsShowerParent |
std::vector< int > | StageNum |
std::vector< std::string > | StageName |
std::vector< float > | Envelope |
std::vector< int > | EnvPlane |
std::vector< int > | EnvStage |
std::vector< int > | EnvShowerID |
int | nStages {0} |
unsigned short | nPlanes {0} |
Definition at line 385 of file DataStructs.h.
std::vector<float> tca::ShowerTreeVars::BeginAng |
Definition at line 390 of file DataStructs.h.
std::vector<float> tca::ShowerTreeVars::BeginChg |
Definition at line 391 of file DataStructs.h.
std::vector<float> tca::ShowerTreeVars::BeginTim |
Definition at line 389 of file DataStructs.h.
std::vector<short> tca::ShowerTreeVars::BeginVtx |
Definition at line 392 of file DataStructs.h.
std::vector<float> tca::ShowerTreeVars::BeginWir |
Definition at line 388 of file DataStructs.h.
std::vector<float> tca::ShowerTreeVars::EndAng |
Definition at line 395 of file DataStructs.h.
std::vector<float> tca::ShowerTreeVars::EndChg |
Definition at line 396 of file DataStructs.h.
std::vector<float> tca::ShowerTreeVars::EndTim |
Definition at line 394 of file DataStructs.h.
std::vector<short> tca::ShowerTreeVars::EndVtx |
Definition at line 397 of file DataStructs.h.
std::vector<float> tca::ShowerTreeVars::EndWir |
Definition at line 393 of file DataStructs.h.
std::vector<float> tca::ShowerTreeVars::Envelope |
Definition at line 411 of file DataStructs.h.
std::vector<int> tca::ShowerTreeVars::EnvPlane |
Definition at line 412 of file DataStructs.h.
std::vector<int> tca::ShowerTreeVars::EnvShowerID |
Definition at line 414 of file DataStructs.h.
std::vector<int> tca::ShowerTreeVars::EnvStage |
Definition at line 413 of file DataStructs.h.
std::vector<int> tca::ShowerTreeVars::IsShowerParent |
Definition at line 406 of file DataStructs.h.
std::vector<int> tca::ShowerTreeVars::IsShowerTj |
Definition at line 404 of file DataStructs.h.
std::vector<short> tca::ShowerTreeVars::MCSMom |
Definition at line 399 of file DataStructs.h.
unsigned short tca::ShowerTreeVars::nPlanes {0} |
Definition at line 417 of file DataStructs.h.
int tca::ShowerTreeVars::nStages {0} |
Definition at line 416 of file DataStructs.h.
std::vector<short> tca::ShowerTreeVars::PlaneNum |
Definition at line 401 of file DataStructs.h.
std::vector<int> tca::ShowerTreeVars::ShowerID |
Definition at line 405 of file DataStructs.h.
std::vector<std::string> tca::ShowerTreeVars::StageName |
Definition at line 408 of file DataStructs.h.
std::vector<int> tca::ShowerTreeVars::StageNum |
Definition at line 407 of file DataStructs.h.
std::vector<int> tca::ShowerTreeVars::TjID |
Definition at line 403 of file DataStructs.h.