![]() |
ATLAS Offline Software
|
construct RtRelation from text file. More...
#include <RtRelationFactory.h>
Public Types | |
| enum | RtRelationType { EBasicRtRelation , EBinnedRtRelation , EDinesRtRelation } |
| enumerates 3rd deg polynomial coefficients or table More... | |
Public Member Functions | |
| RtRelationFactory () | |
| constructor | |
| ~RtRelationFactory () | |
| destructor | |
Static Public Member Functions | |
| static RtRelation * | readFromFile (std::istream &is) |
| read method | |
| static void | writeToFile (std::ostream &os, const RtRelation &rt) |
| write method | |
construct RtRelation from text file.
Write text file.
Definition at line 18 of file RtRelationFactory.h.
enumerates 3rd deg polynomial coefficients or table
| Enumerator | |
|---|---|
| EBasicRtRelation | |
| EBinnedRtRelation | |
| EDinesRtRelation | |
Definition at line 22 of file RtRelationFactory.h.
| TRTCond::RtRelationFactory::RtRelationFactory | ( | ) |
constructor
| TRTCond::RtRelationFactory::~RtRelationFactory | ( | ) |
destructor
|
inlinestatic |
read method
Definition at line 33 of file RtRelationFactory.h.
|
inlinestatic |