ATLAS Offline Software
|
#include <MMT_Diamond.h>
Public Attributes | |
unsigned int | wedgeCounter |
char | sector |
char | side |
int | stationPhi |
std::vector< std::shared_ptr< MMT_Road > > | ev_roads |
std::vector< slope_t > | slopes |
std::vector< std::shared_ptr< MMT_Hit > > | ev_hits |
Definition at line 43 of file MMT_Diamond.h.
std::vector<std::shared_ptr<MMT_Hit> > diamond_t::ev_hits |
Definition at line 50 of file MMT_Diamond.h.
std::vector<std::shared_ptr<MMT_Road> > diamond_t::ev_roads |
Definition at line 48 of file MMT_Diamond.h.
char diamond_t::sector |
Definition at line 45 of file MMT_Diamond.h.
char diamond_t::side |
Definition at line 46 of file MMT_Diamond.h.
std::vector<slope_t> diamond_t::slopes |
Definition at line 49 of file MMT_Diamond.h.
int diamond_t::stationPhi |
Definition at line 47 of file MMT_Diamond.h.
unsigned int diamond_t::wedgeCounter |
Definition at line 44 of file MMT_Diamond.h.