CMS 3D CMS Logo

EntryAngle.h
Go to the documentation of this file.
1 // COCOA class header file
2 //Id: EntryAngle.h
3 //CAT: Model
4 //
5 // class for entries that have dimension of length
6 //
7 // History: v1.0
8 // Pedro Arce
9 
10 #ifndef _ENTRYANGLE_HH
11 #define _ENTRYANGLE_HH
12 
15 
16 class EntryAngle : public Entry {
17 public:
18  //- EntryAngle(){ };
21  //- std::cout << "entryangle " << type << std::endl;
22  };
23  ~EntryAngle() override{};
24 
25  //----- Return value and sigma dimension factors
30 
31  //----- Return starting displacement for derivative
33 
34 private:
35  // static DATA MEMBERS
36  //----------- Factor by which you multiply a value to get it in radians
38 };
39 
40 #endif
long double ALIdouble
Definition: CocoaGlobals.h:11
ALIdouble SigmaDimensionFactor() const override
Definition: EntryAngle.h:27
ALIdouble startingDisplacement() override
Definition: EntryAngle.h:32
Definition: Entry.h:18
ALIdouble OutputValueDimensionFactor() const override
Definition: EntryAngle.h:28
static ALIdouble _startingDisplacement
Definition: EntryAngle.h:37
~EntryAngle() override
Definition: EntryAngle.h:23
ALIdouble OutputSigmaDimensionFactor() const override
Definition: EntryAngle.h:29
static ALIdouble OutputAngleValueDimensionFactor()
Definition: ALIUtils.h:68
static ALIdouble OutputAngleSigmaDimensionFactor()
Definition: ALIUtils.h:69
EntryDim theDimType
Definition: Entry.h:120
static ALIdouble AngleSigmaDimensionFactor()
Definition: ALIUtils.h:65
Definition: Entry.h:16
ALIdouble ValueDimensionFactor() const override
Definition: EntryAngle.h:26
std::string ALIstring
Definition: CocoaGlobals.h:9
EntryAngle(const ALIstring &type)
Definition: EntryAngle.h:19
static ALIdouble AngleValueDimensionFactor()
Definition: ALIUtils.h:64