![]() |
AliPhysics
dc874a1 (dc874a1)
|
#include <AliFMDMCTrackDensity.h>
Public Member Functions | |
void | Clear (Bool_t alsoCount=false) |
Longest track through. More... | |
State & | operator= (const State &o) |
Public Attributes | |
Double_t | angle |
UShort_t | oldDetector |
Char_t | oldRing |
UShort_t | oldSector |
UShort_t | oldStrip |
UShort_t | startStrip |
UShort_t | nRefs |
UShort_t | nStrips |
UShort_t | count |
AliTrackReference * | longest |
Structure holding the state of the `tracker'
Definition at line 158 of file AliFMDMCTrackDensity.h.
void AliFMDMCTrackDensity::State::Clear | ( | Bool_t | alsoCount = false | ) |
Longest track through.
Clear this state
alsoCount | If true, also clear count |
Definition at line 16 of file AliFMDMCTrackDensity.cxx.
Referenced by AliFMDMCTrackDensity::BeginTrackRefs(), AliFMDMCTrackDensity::EndTrackRefs(), and AliFMDMCTrackDensity::ProcessRef().
AliFMDMCTrackDensity::State & AliFMDMCTrackDensity::State::operator= | ( | const State & | o | ) |
Assignment operator
o | Object to assign from |
Definition at line 32 of file AliFMDMCTrackDensity.cxx.
Double_t AliFMDMCTrackDensity::State::angle |
Definition at line 160 of file AliFMDMCTrackDensity.h.
Referenced by Clear(), operator=(), and AliFMDMCTrackDensity::ProcessRef().
UShort_t AliFMDMCTrackDensity::State::count |
Definition at line 168 of file AliFMDMCTrackDensity.h.
Referenced by Clear(), AliFMDMCTrackDensity::EndTrackRefs(), operator=(), and AliFMDMCTrackDensity::StoreParticle().
AliTrackReference* AliFMDMCTrackDensity::State::longest |
Definition at line 169 of file AliFMDMCTrackDensity.h.
Referenced by Clear(), operator=(), and AliFMDMCTrackDensity::ProcessRef().
UShort_t AliFMDMCTrackDensity::State::nRefs |
Definition at line 166 of file AliFMDMCTrackDensity.h.
Referenced by Clear(), operator=(), AliFMDMCTrackDensity::ProcessRef(), and AliFMDMCTrackDensity::StoreParticle().
UShort_t AliFMDMCTrackDensity::State::nStrips |
Definition at line 167 of file AliFMDMCTrackDensity.h.
Referenced by Clear(), operator=(), AliFMDMCTrackDensity::ProcessRef(), and AliFMDMCTrackDensity::StoreParticle().
UShort_t AliFMDMCTrackDensity::State::oldDetector |
Definition at line 161 of file AliFMDMCTrackDensity.h.
Referenced by Clear(), operator=(), and AliFMDMCTrackDensity::ProcessRef().
Char_t AliFMDMCTrackDensity::State::oldRing |
Definition at line 162 of file AliFMDMCTrackDensity.h.
Referenced by Clear(), operator=(), and AliFMDMCTrackDensity::ProcessRef().
UShort_t AliFMDMCTrackDensity::State::oldSector |
Definition at line 163 of file AliFMDMCTrackDensity.h.
Referenced by Clear(), operator=(), and AliFMDMCTrackDensity::ProcessRef().
UShort_t AliFMDMCTrackDensity::State::oldStrip |
Definition at line 164 of file AliFMDMCTrackDensity.h.
Referenced by Clear(), operator=(), and AliFMDMCTrackDensity::ProcessRef().
UShort_t AliFMDMCTrackDensity::State::startStrip |
Definition at line 165 of file AliFMDMCTrackDensity.h.
Referenced by Clear(), operator=(), and AliFMDMCTrackDensity::ProcessRef().