Namespaces | |
| gh | |
Classes | |
| class | AtmosphereParameters |
| Class to hold the standard parameters used to specify an atmospheric profile. More... | |
| class | ComponentGroup |
| Common class for groups of components of the Event hierarchy. More... | |
| class | DefaultShowerGeometryProducer |
| class | Event |
| class | GaisserHillas2Parameter |
| Gaisser Hillas with 4 parameters. More... | |
| class | GaisserHillas4Parameter |
| Gaisser Hillas with 4 parameters. More... | |
| class | GaisserHillas6Parameter |
| Gaisser-Hillas with 6 parameters (CORSIKA) More... | |
| class | GenParticle |
| class | Header |
| Global event header. More... | |
| class | LaserData |
| Data structure for Laser simulation and reconstruction. More... | |
| class | MultipleGaisserHillasParameters |
| Class to access parameters that were fitted by more than one Gaisser-Hillas function. More... | |
| class | RadioSimulation |
| Data structure for a radio simulation (including several SimRadioPulses) More... | |
| class | RiseTime1000 |
| class | ShowerFRecData |
| Interface class to access to Fluorescence reconstruction of a Shower. More... | |
| class | ShowerGeometryAlreadyProduced |
| class | ShowerMRecData |
| Interface class to access to the Muon Reconstruction of a Shower. More... | |
| class | ShowerRecData |
| Interface class to access Shower Reconstructed parameters. More... | |
| class | ShowerRRecData |
| Interface class to access to the RD Reconstruction of a Shower. More... | |
| class | ShowerScintillatorRecData |
| Class to access shower scintillator reconstructed data. More... | |
| class | ShowerSimData |
| Interface class to access Shower Simulated parameters. More... | |
| class | ShowerSRecData |
| Interface class to access to the SD Reconstruction of a Shower. More... | |
| class | ShowerUnivRecData |
| Interface class to access to the SD Reconstruction of a Shower (universality) More... | |
| class | SimRadioPulse |
| Data structure for simulated Radio pulses. More... | |
| class | VGaisserHillasParameter |
| Interface class for access to the Gaisser-Hillas parameters. More... | |
| class | VShowerGeometryProducer |
Functions | |
| double | CalcFfromR (const double R) |
| template<class Iterator > | |
| void | Check (const Iterator &i, const Iterator &e, const int id) |
| void | ConvertEcToEvent (evt::Event &event, const TEcEvent &rawData) |
| void | ConvertErToEvent (evt::Event &event, const TErEvent &rawData) |
| void | ConvertEsToEvent (evt::Event &event, const TEsEvent &rawData) |
| void | ConvertEventToEc (const evt::Event &event, TEcEvent &rawData) |
| void | ConvertEventToEr (const evt::Event &event, TErEvent &rawData) |
| void | ConvertEventToEs (const evt::Event &event, TEsEvent &rawData) |
| void | ConvertEventToIoMd (const evt::Event &event, md::Event &rawData) |
| void | ConvertEventToIoSd (const evt::Event &event, IoSdEvent &rawData) |
| void | ConvertIoMdToEvent (evt::Event &event, const md::Event &rawData) |
| void | ConvertIoSdToEvent (evt::Event &event, const IoSdEvent &rawData) |
| void | FillMdTraces (const md::Module &mdModule, mevt::Module &oModule, const unsigned int numberOfSamples) |
| static const std::set< int > | gCycloneStations ({600, 610, 620, 627, 630, 648}) |
| static const std::set< int > | gCycloneYears ({2007, 2008, 2009}) |
| bool | HasError (const IoSdStation &station) |
| void | operator<< (Event &event, const IoSdEvent &rawEvent) |
| grabs the data of an IoSdEvent and stores it in evt::Event More... | |
| void | operator<< (evt::Event &event, const TEcEvent &rawData) |
| void | operator<< (Event &event, const TEsEvent &es) |
| convert CDAS/Es to evt::Event More... | |
| void | operator<< (Event &event, const TErEvent &er) |
| convert CDAS/Er to evt::Event More... | |
| void | operator<< (evt::Event &event, const md::Event &rawData) |
| void | operator>> (const evt::Event &event, IoSdEvent &rawData) |
| void | operator>> (const Event &event, TEcEvent &ec) |
| convert evt::Event to CDAS/Ec More... | |
| void | operator>> (const Event &event, TEsEvent &es) |
| convert evt::Event to CDAS/Es More... | |
| void | operator>> (const Event &event, TErEvent &er) |
| convert evt::Event to CDAS/Er More... | |
| void | operator>> (const evt::Event &event, md::Event &rawData) |
|
inline |
Definition at line 401 of file GaisserHillas4Parameter.cc.
Referenced by evt::GaisserHillas4Parameter::CalculateR().
| void evt::Check | ( | const Iterator & | i, |
| const Iterator & | e, | ||
| const int | id | ||
| ) |
Auxiliary function to check whether the iterator points to a valid Component.
Definition at line 21 of file Event/ComponentGroup.h.
References ERROR.
Referenced by utl::Polynomial::Polynomial(), TestStationTriggerAlgorithm::TestManyT1ThresholdOnTimeDistributionI(), TestStationTriggerAlgorithm::TestManyTOTOnTimeDistributionI(), TestStationTriggerAlgorithm::TestOneT1ThresholdOnTimeDistributionI(), TestStationTriggerAlgorithm::TestOneT2ThresholdOnTimeDistributionI(), TestStationTriggerAlgorithm::TestOneTOTdOnTimeDistributionI(), TestStationTriggerAlgorithm::TestOneTOTdOnTimeDistributionIWithBaseline(), TestStationTriggerAlgorithm::TestOneTOTOnTimeDistributionI(), and TestStationTriggerAlgorithm::TestT1ThresholdAndTOTOnTimeDistributionI().
|
static |
Referenced by ConvertIoSdToEvent().
|
static |
Referenced by ConvertIoSdToEvent().
|
inline |
Definition at line 199 of file CDASToOfflineEventConverter.cc.
Referenced by ConvertIoSdToEvent().