NAIA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Public Member Functions | Public Attributes | Static Public Attributes | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
NAIA::RTIInfo Class Reference

Container class for RTI info. More...

#include <Containers/RTIInfo.h>

Inheritance diagram for NAIA::RTIInfo:

Public Member Functions

void Clear ()
 Clear container content. More...
 
void Dump () const
 Dump on screen container content. More...
 
unsigned int Year ()
 Get the current year. More...
 
unsigned int Month ()
 Get the current month [1-12]. More...
 
unsigned int DayOfMonth ()
 Get the current day of the month [1-31]. More...
 
unsigned int DayOfYear ()
 Get the current day of the year [1-366]. More...
 
unsigned int Hour ()
 Get the current hour [0-23]. More...
 
unsigned int Minute ()
 Get the current minute [0-59]. More...
 
unsigned int Second ()
 Get the current second [0-59]. More...
 
bool IsInSAA () const
 Check if the ISS is in the SAA for this second. More...
 

Public Attributes

unsigned int Run = 0
 Run number. More...
 
unsigned int RunTag = 0
 Run tag. More...
 
unsigned int FirstEvNo = 0
 First event nnumber in this second. More...
 
unsigned int LastEvNo = 0
 Last event no in this second. More...
 
float LivetimeFraction
 Livetime fraction during this second. More...
 
std::array< std::array< float, 2 >, 4 > MaxStoermerCutoff
 Max Stoermer cutoff within a 25,30,35,40 degrees field of view (for both negative and positive particles) More...
 
std::array< std::array< float, 2 >, 4 > MaxIGRFCutoff
 Max IGRF cutoff within a 25,30,35,40 degrees field of view (for both negative and positive particles) More...
 
std::array< std::array< float, 2 >, 2 > MinIGRFCutoff
 Min IGRF cutoff within a 25,30,35,40 degrees field of view (for both negative and positive particles) More...
 
float MostProbableHeRig
 Most probable He rigidity for this second;. More...
 
float Theta
 Theta (gtod coordinate system) (rad) More...
 
float Phi
 Phi (gtod coordinate system) (rad) More...
 
float Altitude
 Altitude (gtod coordinate system) (cm) More...
 
float Zenith
 AMS zenith angle (degrees) More...
 
float GalacticLat
 Galactic latitude of AMS pointing direction (degrees) More...
 
float GalacticLong
 Galactic longitude of AMS pointing direction (degrees) More...
 
float nEvent
 Total number of events in this second. More...
 
float nError
 Number of missing events due to errors. More...
 
float nTrigger
 Number of events with trigger in this second. More...
 
float nHWError
 Number of events with HW error (from JINJStatus) More...
 
float nEventParticle
 Number of events with tof+trd+tracker+ecal data. More...
 
std::array< std::array< float, 2 >, 2 > nEventInnerL1L9
 Number of events with a track with layer 1 and layer 9 XY hit. More...
 
std::array< std::array< float, 3 >, 2 > MeanAlignDiffExtLayer
 mean difference(um) bewteen PG ad CIEMAT alignment of L1 and L9(XYZ) More...
 
float nTRDHitAvg
 Average number of TRD raw hits for one event. More...
 
float nTrClusterAvg
 Average number of Tracker raw clusters for one event. More...
 
int good
 0 if good (Thanks, Qi. Very descriptive) More...
 
unsigned int UTCTime
 JMDC unix time (seconds since 1 Jan 1970) More...
 
bool DSPError
 Has a DSP error occurred in this second? More...
 
bool DSPErrorJINJ
 Has a DSP error occurred in JINJ in this second? More...
 
bool DSPErrorJINF
 Has a DSP error occurred in JINF in this second? More...
 
bool DSPErrorJLV1
 Has a DSP error occurred in JLV1 in this second? More...
 
float MagThetaSphCoo
 Magnetic coordinates theta. More...
 
float MagPhiSphCoo
 Magnetic coordinates phi. More...
 
float MagAltSphCoo
 Magnetic coordinates altitude. More...
 
float LShell
 L shell. More...
 
float nTRDTrack
 Average number of TrdTrack objects. More...
 
float nTRDHits
 Average number of total TrdRawHit. More...
 
std::array< float, 20 > nTRDLayerHits
 Average number of TRD hits in each layer. More...
 
float nEcalShower
 Average number of EcalShower objects. More...
 
float nEcalHits
 Average number of EcalHit objects. More...
 
float nTrClusterX
 Average number of TrRawCluster on x side. More...
 
float nTrClusterY
 Average number of TrRawCluster on y side. More...
 
float nTrClusterL1X
 Average number of TrRawCluster on x side of L1. More...
 
float nTrClusterL1Y
 Average number of TrRawCluster on y side of L1. More...
 
float nTofClusterH
 Average number of TofClusterH objects. More...
 
float nParticle
 Average number of ParticleR objects. More...
 
float nGoodParticle
 Average number of "good" ParticleR objects. More...
 
float nPartTrkInn
 Average number of ParticleR with InnerTracker track. More...
 
float nPartTrk
 Average number of ParticleR with Tracker track. More...
 
std::array< std::array< float,
nrigbins+1 >, nqbins+1 > 
nPartRate
 Average number of ParticleR object divided by charge and rigidity. More...
 
std::array< std::array< float,
nbetabins+1 >, nqbins+1 > 
nPartBetaRate
 Average number of ParticleR object divided by charge and beta. More...
 
std::array< std::array< float,
nrigbins+1 >, nqbins+1 > 
nPartInnRate
 Average number of ParticleR object divided by charge and rigidity (inner tracker fit) More...
 
std::array< float, nqbins+1 > nPartAboveCutoff
 Average number of ParticleR objects above cutoff. More...
 
std::array< float, nqbins+1 > nPartBelowCutoff
 Average number of ParticleR objects below cutoff. More...
 
float nTrk
 Average number of TrTrackR objects with default fit. More...
 
float nTrkInn
 Average number of TrTrackR objects with inner fit. More...
 
std::array< std::array< float,
nrigbins+1 >, nqbins+1 > 
nTrkRate
 Average number of TrTrackR object divided by charge and rigidity. More...
 
std::array< std::array< float,
nrigbins+1 >, nqbins+1 > 
nTrkInnRate
 Average number of TrTrackR object divided by charge and rigidity (inner tracker fit) More...
 
std::array< float, 8 > TrigPhysBPatt
 Average fraction of each trigger pattern. More...
 
std::array< float, 16 > TrigJMembPatt
 Average fraction of each trigger pattern. More...
 
std::array< float, 19 > TrigRates
 Average value of trigger rates. More...
 
float nACC
 Average number of ACC sectors. More...
 
std::array< float, 16 > TofFlags
 Average value of TofFlags. More...
 
float TofRaw_nstdc
 Low Threshold history. More...
 
float TofRaw_nftdc
 Fast Trigger history. More...
 
float TofRaw_nsumh
 High Threshold history. More...
 
float TofRaw_nsumsh
 Super-High Threshold history. More...
 
float AntiRaw_ntdct
 Low Threshold history. More...
 
float AntiRaw_nftdc
 Fast Trigger history. More...
 
float nRoomError
 Average number of room errors. More...
 

Static Public Attributes

static constexpr unsigned int nrigbins = 20
 
static constexpr unsigned int nbetabins = 9
 
static constexpr unsigned int nqbins = 9
 
static const std::array< float,
nrigbins+1 > 
rigbins
 Bin edges for rigidity-binned variables. More...
 
static const std::array< float,
nbetabins+1 > 
betabins
 Bin edges for beta-binned variables. More...
 
static const std::map
< unsigned int, std::pair
< float, float > > 
qbins
 Bin edges for charge-binned variables, depending on particle species. More...
 

Private Member Functions

void UpdateTM ()
 
 ClassDef (RTIInfo, 1)
 

Private Attributes

tm m_humanTime
 
unsigned long long m_processedEvents = 0
 

Static Private Attributes

static TGraph m_saaEdge = TGraph()
 

Detailed Description

Container class for RTI info.

This class holds info about RTI seconds as derived from the gbatch RTI database. It also holds time-averaged values (over the span of a second) for some quick space-weather analyses

Definition at line 33 of file RTIInfo.h.

Member Function Documentation

NAIA::RTIInfo::ClassDef ( RTIInfo  ,
 
)
private
void NAIA::RTIInfo::Clear ( )
unsigned int NAIA::RTIInfo::DayOfMonth ( )

Get the current day of the month [1-31].

Definition at line 41 of file RTIInfo.cpp.

References m_humanTime, and UpdateTM().

unsigned int NAIA::RTIInfo::DayOfYear ( )

Get the current day of the year [1-366].

Definition at line 46 of file RTIInfo.cpp.

References m_humanTime, and UpdateTM().

void NAIA::RTIInfo::Dump ( ) const

Dump on screen container content.

Definition at line 176 of file RTIInfo.cpp.

References Altitude, LivetimeFraction, nError, nEvent, Phi, Run, RunTag, Theta, and UTCTime.

unsigned int NAIA::RTIInfo::Hour ( )

Get the current hour [0-23].

Definition at line 51 of file RTIInfo.cpp.

References m_humanTime, and UpdateTM().

bool NAIA::RTIInfo::IsInSAA ( ) const

Check if the ISS is in the SAA for this second.

Definition at line 66 of file RTIInfo.cpp.

References m_saaEdge, Phi, and Theta.

unsigned int NAIA::RTIInfo::Minute ( )

Get the current minute [0-59].

Definition at line 56 of file RTIInfo.cpp.

References m_humanTime, and UpdateTM().

unsigned int NAIA::RTIInfo::Month ( )

Get the current month [1-12].

Definition at line 36 of file RTIInfo.cpp.

References m_humanTime, and UpdateTM().

unsigned int NAIA::RTIInfo::Second ( )

Get the current second [0-59].

Definition at line 61 of file RTIInfo.cpp.

References m_humanTime, and UpdateTM().

void NAIA::RTIInfo::UpdateTM ( )
private

Definition at line 21 of file RTIInfo.cpp.

References m_humanTime, and UTCTime.

Referenced by DayOfMonth(), DayOfYear(), Hour(), Minute(), Month(), Second(), and Year().

unsigned int NAIA::RTIInfo::Year ( )

Get the current year.

Definition at line 31 of file RTIInfo.cpp.

References m_humanTime, and UpdateTM().

Member Data Documentation

float NAIA::RTIInfo::Altitude

Altitude (gtod coordinate system) (cm)

Definition at line 77 of file RTIInfo.h.

Referenced by Clear(), and Dump().

float NAIA::RTIInfo::AntiRaw_nftdc

Fast Trigger history.

Definition at line 149 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::AntiRaw_ntdct

Low Threshold history.

Definition at line 148 of file RTIInfo.h.

Referenced by Clear().

const std::array< float, RTIInfo::nbetabins+1 > NAIA::RTIInfo::betabins
static
Initial value:
= {0., 0.5, 0.6, 0.7, 0.8,
0.85, 0.9, 0.95, 0.99, 0.999}

Bin edges for beta-binned variables.

Definition at line 160 of file RTIInfo.h.

bool NAIA::RTIInfo::DSPError

Has a DSP error occurred in this second?

Definition at line 94 of file RTIInfo.h.

Referenced by Clear().

bool NAIA::RTIInfo::DSPErrorJINF

Has a DSP error occurred in JINF in this second?

Definition at line 96 of file RTIInfo.h.

Referenced by Clear().

bool NAIA::RTIInfo::DSPErrorJINJ

Has a DSP error occurred in JINJ in this second?

Definition at line 95 of file RTIInfo.h.

Referenced by Clear().

bool NAIA::RTIInfo::DSPErrorJLV1

Has a DSP error occurred in JLV1 in this second?

Definition at line 97 of file RTIInfo.h.

Referenced by Clear().

unsigned int NAIA::RTIInfo::FirstEvNo = 0

First event nnumber in this second.

Definition at line 66 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::GalacticLat

Galactic latitude of AMS pointing direction (degrees)

Definition at line 79 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::GalacticLong

Galactic longitude of AMS pointing direction (degrees)

Definition at line 80 of file RTIInfo.h.

Referenced by Clear().

int NAIA::RTIInfo::good

0 if good (Thanks, Qi. Very descriptive)

Definition at line 91 of file RTIInfo.h.

Referenced by Clear().

unsigned int NAIA::RTIInfo::LastEvNo = 0

Last event no in this second.

Definition at line 67 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::LivetimeFraction

Livetime fraction during this second.

Definition at line 68 of file RTIInfo.h.

Referenced by Clear(), and Dump().

float NAIA::RTIInfo::LShell

L shell.

Definition at line 102 of file RTIInfo.h.

Referenced by Clear().

tm NAIA::RTIInfo::m_humanTime
private

Definition at line 169 of file RTIInfo.h.

Referenced by DayOfMonth(), DayOfYear(), Hour(), Minute(), Month(), Second(), UpdateTM(), and Year().

unsigned long long NAIA::RTIInfo::m_processedEvents = 0
private

Definition at line 170 of file RTIInfo.h.

TGraph NAIA::RTIInfo::m_saaEdge = TGraph()
staticprivate

Definition at line 172 of file RTIInfo.h.

Referenced by IsInSAA().

float NAIA::RTIInfo::MagAltSphCoo

Magnetic coordinates altitude.

Definition at line 101 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::MagPhiSphCoo

Magnetic coordinates phi.

Definition at line 100 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::MagThetaSphCoo

Magnetic coordinates theta.

Definition at line 99 of file RTIInfo.h.

Referenced by Clear().

std::array<std::array<float, 2>, 4> NAIA::RTIInfo::MaxIGRFCutoff

Max IGRF cutoff within a 25,30,35,40 degrees field of view (for both negative and positive particles)

Definition at line 72 of file RTIInfo.h.

Referenced by Clear().

std::array<std::array<float, 2>, 4> NAIA::RTIInfo::MaxStoermerCutoff

Max Stoermer cutoff within a 25,30,35,40 degrees field of view (for both negative and positive particles)

Definition at line 71 of file RTIInfo.h.

Referenced by Clear().

std::array<std::array<float, 3>, 2> NAIA::RTIInfo::MeanAlignDiffExtLayer

mean difference(um) bewteen PG ad CIEMAT alignment of L1 and L9(XYZ)

Definition at line 87 of file RTIInfo.h.

Referenced by Clear().

std::array<std::array<float, 2>, 2> NAIA::RTIInfo::MinIGRFCutoff

Min IGRF cutoff within a 25,30,35,40 degrees field of view (for both negative and positive particles)

Definition at line 73 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::MostProbableHeRig

Most probable He rigidity for this second;.

Definition at line 74 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::nACC

Average number of ACC sectors.

Definition at line 140 of file RTIInfo.h.

Referenced by Clear().

constexpr unsigned int NAIA::RTIInfo::nbetabins = 9
static

Definition at line 61 of file RTIInfo.h.

float NAIA::RTIInfo::nEcalHits

Average number of EcalHit objects.

Definition at line 109 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::nEcalShower

Average number of EcalShower objects.

Definition at line 108 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::nError

Number of missing events due to errors.

Definition at line 82 of file RTIInfo.h.

Referenced by Clear(), and Dump().

float NAIA::RTIInfo::nEvent

Total number of events in this second.

Definition at line 81 of file RTIInfo.h.

Referenced by Clear(), and Dump().

std::array<std::array<float, 2>, 2> NAIA::RTIInfo::nEventInnerL1L9

Number of events with a track with layer 1 and layer 9 XY hit.

Definition at line 86 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::nEventParticle

Number of events with tof+trd+tracker+ecal data.

Definition at line 85 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::nGoodParticle

Average number of "good" ParticleR objects.

Definition at line 119 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::nHWError

Number of events with HW error (from JINJStatus)

Definition at line 84 of file RTIInfo.h.

Referenced by Clear().

std::array<float, nqbins + 1> NAIA::RTIInfo::nPartAboveCutoff

Average number of ParticleR objects above cutoff.

Definition at line 127 of file RTIInfo.h.

Referenced by Clear().

std::array<float, nqbins + 1> NAIA::RTIInfo::nPartBelowCutoff

Average number of ParticleR objects below cutoff.

Definition at line 128 of file RTIInfo.h.

Referenced by Clear().

std::array<std::array<float, nbetabins + 1>, nqbins + 1> NAIA::RTIInfo::nPartBetaRate

Average number of ParticleR object divided by charge and beta.

Definition at line 124 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::nParticle

Average number of ParticleR objects.

Definition at line 118 of file RTIInfo.h.

Referenced by Clear().

std::array<std::array<float, nrigbins + 1>, nqbins + 1> NAIA::RTIInfo::nPartInnRate

Average number of ParticleR object divided by charge and rigidity (inner tracker fit)

Definition at line 125 of file RTIInfo.h.

Referenced by Clear().

std::array<std::array<float, nrigbins + 1>, nqbins + 1> NAIA::RTIInfo::nPartRate

Average number of ParticleR object divided by charge and rigidity.

Definition at line 123 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::nPartTrk

Average number of ParticleR with Tracker track.

Definition at line 121 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::nPartTrkInn

Average number of ParticleR with InnerTracker track.

Definition at line 120 of file RTIInfo.h.

Referenced by Clear().

constexpr unsigned int NAIA::RTIInfo::nqbins = 9
static

Definition at line 62 of file RTIInfo.h.

constexpr unsigned int NAIA::RTIInfo::nrigbins = 20
static

Definition at line 60 of file RTIInfo.h.

float NAIA::RTIInfo::nRoomError

Average number of room errors.

Definition at line 151 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::nTofClusterH

Average number of TofClusterH objects.

Definition at line 116 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::nTrClusterAvg

Average number of Tracker raw clusters for one event.

Definition at line 90 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::nTrClusterL1X

Average number of TrRawCluster on x side of L1.

Definition at line 113 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::nTrClusterL1Y

Average number of TrRawCluster on y side of L1.

Definition at line 114 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::nTrClusterX

Average number of TrRawCluster on x side.

Definition at line 111 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::nTrClusterY

Average number of TrRawCluster on y side.

Definition at line 112 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::nTRDHitAvg

Average number of TRD raw hits for one event.

Definition at line 89 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::nTRDHits

Average number of total TrdRawHit.

Definition at line 105 of file RTIInfo.h.

Referenced by Clear().

std::array<float, 20> NAIA::RTIInfo::nTRDLayerHits

Average number of TRD hits in each layer.

Definition at line 106 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::nTRDTrack

Average number of TrdTrack objects.

Definition at line 104 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::nTrigger

Number of events with trigger in this second.

Definition at line 83 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::nTrk

Average number of TrTrackR objects with default fit.

Definition at line 130 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::nTrkInn

Average number of TrTrackR objects with inner fit.

Definition at line 131 of file RTIInfo.h.

Referenced by Clear().

std::array<std::array<float, nrigbins + 1>, nqbins + 1> NAIA::RTIInfo::nTrkInnRate

Average number of TrTrackR object divided by charge and rigidity (inner tracker fit)

Definition at line 134 of file RTIInfo.h.

Referenced by Clear().

std::array<std::array<float, nrigbins + 1>, nqbins + 1> NAIA::RTIInfo::nTrkRate

Average number of TrTrackR object divided by charge and rigidity.

Definition at line 133 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::Phi

Phi (gtod coordinate system) (rad)

Definition at line 76 of file RTIInfo.h.

Referenced by Clear(), Dump(), and IsInSAA().

const std::map< unsigned int, std::pair< float, float > > NAIA::RTIInfo::qbins
static
Initial value:
= {
{1, {0.7, 1.3}}, {2, {1.7, 2.3}}, {3, {2.7, 5.3}}, {4, {5.55, 8.45}},
{5, {9.55, 14.5}}, {6, {14.5, 25.5}}, {7, {25.5, 26.5}}, {8, {26.5, 100}}}

Bin edges for charge-binned variables, depending on particle species.

Definition at line 163 of file RTIInfo.h.

const std::array< float, RTIInfo::nrigbins+1 > NAIA::RTIInfo::rigbins
static
Initial value:
= {0., 0.5, 1.0, 1.33, 1.71, 2.15, 2.67,
3.29, 3.64, 4.43, 5.37, 6.47, 7.76, 9.26,
11.0, 13.0, 15.3, 18.0, 21.1, 24.7, 100000}

Bin edges for rigidity-binned variables.

Definition at line 159 of file RTIInfo.h.

unsigned int NAIA::RTIInfo::Run = 0

Run number.

Definition at line 64 of file RTIInfo.h.

Referenced by Clear(), and Dump().

unsigned int NAIA::RTIInfo::RunTag = 0

Run tag.

Definition at line 65 of file RTIInfo.h.

Referenced by Clear(), and Dump().

float NAIA::RTIInfo::Theta

Theta (gtod coordinate system) (rad)

Definition at line 75 of file RTIInfo.h.

Referenced by Clear(), Dump(), and IsInSAA().

std::array<float, 16> NAIA::RTIInfo::TofFlags

Average value of TofFlags.

Definition at line 141 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::TofRaw_nftdc

Fast Trigger history.

Definition at line 144 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::TofRaw_nstdc

Low Threshold history.

Definition at line 143 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::TofRaw_nsumh

High Threshold history.

Definition at line 145 of file RTIInfo.h.

Referenced by Clear().

float NAIA::RTIInfo::TofRaw_nsumsh

Super-High Threshold history.

Definition at line 146 of file RTIInfo.h.

Referenced by Clear().

std::array<float, 16> NAIA::RTIInfo::TrigJMembPatt

Average fraction of each trigger pattern.

Definition at line 138 of file RTIInfo.h.

Referenced by Clear().

std::array<float, 8> NAIA::RTIInfo::TrigPhysBPatt

Average fraction of each trigger pattern.

Definition at line 137 of file RTIInfo.h.

Referenced by Clear().

std::array<float, 19> NAIA::RTIInfo::TrigRates

Average value of trigger rates.

Definition at line 139 of file RTIInfo.h.

Referenced by Clear().

unsigned int NAIA::RTIInfo::UTCTime

JMDC unix time (seconds since 1 Jan 1970)

Definition at line 92 of file RTIInfo.h.

Referenced by Clear(), Dump(), and UpdateTM().

float NAIA::RTIInfo::Zenith

AMS zenith angle (degrees)

Definition at line 78 of file RTIInfo.h.

Referenced by Clear().


The documentation for this class was generated from the following files: