1 #ifndef _AtmosphericProfile_h_
2 #define _AtmosphericProfile_h_
4 #include <fwk/VModule.h>
8 namespace AtmosphericProfileNS{
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
virtual ~AtmosphericProfile()
ResultFlag
Flag returned by module methods to the RunController.
REGISTER_MODULE("AtmosphericProfile", AtmosphericProfile)
Simple tutorial on using the various slant atmospheric profiles.