CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
MeasurementDistancemeter Class Reference

#include <MeasurementDistancemeter.h>

Inheritance diagram for MeasurementDistancemeter:
Measurement

Public Member Functions

virtual void calculateSimulatedValue (ALIbool firstTime)
 
virtual void correctValueAndSigma ()
 
 MeasurementDistancemeter (const ALIint measdim, ALIstring &type, ALIstring &name)
 
 MeasurementDistancemeter ()
 
virtual void setConversionFactor (const std::vector< ALIstring > &wordlist)
 
 ~MeasurementDistancemeter ()
 
- Public Member Functions inherited from Measurement
void addAffectingEntriesFromOptO (const OpticalObject *optoP)
 
void AddOptOListItem (OpticalObject *opto)
 
void AddOptONameListItem (ALIstring optos)
 
const std::vector< Entry * > & affectingEntryList () const
 
void buildAffectingEntryList ()
 
void buildOptOList ()
 
virtual void buildOptONamesList (const std::vector< ALIstring > &wl)
 
void calculateOriginalSimulatedValue ()
 
void construct ()
 
void constructFromOA (OpticalAlignMeasurementInfo &measInfo)
 
void copyMeas (Measurement *meas, const std::string &subsstr1, const std::string &subsstr2)
 
std::vector< ALIdoubleDerivativeRespectEntry (Entry *entry)
 
const ALIuint dim () const
 
void DumpBadOrderOptOs ()
 
void fillData (ALIuint coor, const std::vector< ALIstring > &wl)
 
void fillData (ALIuint coor, OpticalAlignParam *oaParam)
 
const CLHEP::Hep3Vector & getLightRayDirection () const
 
const CLHEP::Hep3Vector & getLightRayPosition () const
 
ALIstring getMeasuringBehaviour (const std::vector< OpticalObject * >::const_iterator vocite)
 
const OpticalObjectgetPreviousOptO (const OpticalObject *Popto) const
 
 Measurement (const ALIint measdim, ALIstring &type, ALIstring &name)
 
 Measurement ()
 
const ALIstringname () const
 
const std::vector
< OpticalObject * > & 
OptOList () const
 
const std::vector< ALIstring > & OptONameList () const
 
void postConstruct ()
 
const ALIstringsensorName ()
 
void SetDimension (ALIuint dim)
 
void setLightRayDirection (const CLHEP::Hep3Vector &lightRayDirection)
 
void setLightRayPosition (const CLHEP::Hep3Vector &lightRayPosition)
 
void setName ()
 
void setSigma (ALIint coor, ALIdouble val)
 
void setType (ALIstring type)
 
void setValue (ALIint coor, ALIdouble val)
 
void setValueSimulated (ALIint coor, ALIdouble value)
 
void setValueSimulated_orig (ALIint coor, ALIdouble value)
 
virtual void setXlaserLine (ALIuint ii, int val)
 
const ALIdoublesigma () const
 
const ALIdouble sigma (ALIuint ii) const
 
virtual const ALIdouble sigmaDimensionFactor () const
 
const ALIstringtype () const
 
const ALIdoublevalue () const
 
const ALIdouble value (ALIuint ii) const
 
virtual const ALIdouble valueDimensionFactor () const
 
bool valueIsSimulated (ALIint coor)
 
const ALIdouble valueSimulated (ALIuint ii) const
 
const ALIdouble valueSimulated_orig (ALIuint ii) const
 
const ALIstring valueType (ALIuint ii) const
 
virtual int xlaserLine (ALIuint ii)
 
virtual ~Measurement ()
 

Private Attributes

ALIdouble theFactor
 
ALIdouble theFactorSigma
 

Additional Inherited Members

- Static Public Member Functions inherited from Measurement
static ALIstring getCurrentDate ()
 
static ALIstring getCurrentTime ()
 
static ALIstringmeasurementsFileName ()
 
static void setCurrentDate (const std::vector< ALIstring > &wl)
 set the date of the current measurement More...
 
static void setMeasurementsFileName (const ALIstring &filename)
 
- Static Public Attributes inherited from Measurement
static ALIdouble cameraScaleFactor = 1.
 
static ALIbool only1 = 0
 
static ALIstring only1Date = ""
 
static ALIstring only1Time = ""
 
- Protected Member Functions inherited from Measurement
void printStartCalculateSimulatedValue (const Measurement *meas)
 
void Substitute2p (ALIstring &ref, const ALIstring &firstref, int NtwoPoints)
 

Detailed Description

Definition at line 18 of file MeasurementDistancemeter.h.

Constructor & Destructor Documentation

MeasurementDistancemeter::MeasurementDistancemeter ( const ALIint  measdim,
ALIstring type,
ALIstring name 
)
inline

Definition at line 21 of file MeasurementDistancemeter.h.

22  : Measurement( measdim, type, name ), theFactor(1.), theFactorSigma(0.){};
type
Definition: HCALResponse.h:21
const ALIstring & name() const
Definition: Measurement.h:90
MeasurementDistancemeter::MeasurementDistancemeter ( )
inline

Definition at line 23 of file MeasurementDistancemeter.h.

23 { };
MeasurementDistancemeter::~MeasurementDistancemeter ( )
inline

Definition at line 24 of file MeasurementDistancemeter.h.

24 { };

Member Function Documentation

void MeasurementDistancemeter::calculateSimulatedValue ( ALIbool  firstTime)
virtual

Reimplemented from Measurement.

Definition at line 26 of file MeasurementDistancemeter.cc.

References begin, ecal_dqm_sourceclient-live_cfg::cerr, gather_cfg::cout, ALIUtils::debug, Measurement::DumpBadOrderOptOs(), cppFunctionSkipper::exception, ALIUtils::getFirstTime(), GlobalOptionMgr::getInstance(), Measurement::getMeasuringBehaviour(), GlobalOptionMgr::GlobalOptions(), Measurement::name(), Measurement::OptOList(), LightRay::point(), Measurement::printStartCalculateSimulatedValue(), findQualityFiles::size, and Measurement::type().

27 {
28 
29  if( ALIUtils::debug >= 2) printStartCalculateSimulatedValue( this ); // important for Examples/FakeMeas
30 
31  //---------- Loop list of OptO that take part in measurement
32  std::vector<OpticalObject*>::const_iterator vocite = OptOList().begin();
33  if( ALIUtils::debug >= 5) std::cout << "OptOList size= " <<OptOList().size() << std::endl;
34 
35  //----- Check that there are only two measurements that are 'distance_target' and 'distancemeter'
36  ALIbool right_objects = 0;
37  if( OptOList().size() == 2 ) {
38  if( (*vocite)->type() == "distance_target"
39  && ( (*(vocite+1))->type() == "distancemeter" ||
40  (*(vocite+1))->type() == "distancemeter1dim" ) ) {
41  right_objects = 1;
42  }
43  }
44  if( !right_objects ) {
45  std::cerr << "!!! ERROR in MeasurementDistancemeter: " << name() << " There should only be two objects of type 'distance_target' and 'distancemeter' " << std::endl;
46  std::cerr << " 1st: " << (*vocite)->name() << " 2nd: " << (*vocite+1)->name() << std::endl;
47  std::cerr << " 1st " << (*vocite)->type() << " 2nd " << (*vocite+1)->type() << std::endl;
48 
51  }
52 
53 #ifdef COCOA_VIS
54  ALIVisLightPath* vispath = 0;
55  if( ALIUtils::getFirstTime() ) {
57  if(gomgr->GlobalOptions()["VisWriteIguana"] > 1) {
58  vispath = IgCocoaFileMgr::getInstance().newLightPath( name() );
59  }
60  }
61 #endif
62 
63  ALIuint isec = 0; //security variable to check OptOList().size()
64  for( vocite = OptOList().begin(); vocite != OptOList().end(); vocite++) {
65  if( ALIUtils::debug >= 2) std::cout << std::endl << "@@@@ LR:OBJECT " << (*vocite)->name() << std::endl;
66  isec ++;
67 
68  //---------- Get the behaviour of the object w.r.t the measurement (if it reflects the light, let it traverse it, ...)
69  ALIstring behav = getMeasuringBehaviour(vocite);
70 
71  //---------- participate in measurement
72  LightRay lightray; //it is not used in this measurement type
73  (*vocite)->participateInMeasurement( lightray, *this, behav);
74 
75 #ifdef COCOA_VIS
76  if( ALIUtils::getFirstTime() ) {
78  if(gomgr->GlobalOptions()["VisWriteVRML"] > 1) {
79  ALIVRMLMgr::getInstance().addLightPoint( lightray.point() );
80  if(ALIUtils::debug >= 5)std::cout << "ALIVRMLMg addLightPoint " << lightray.point() << (*vocite)->name() << std::endl;
81  }
82  if(gomgr->GlobalOptions()["VisWriteIguana"] > 1) {
83  vispath->addLightPoint( lightray.point(), *vocite );
84  }
85  }
86 #endif
87 
88  if ( isec > OptOList().size() ) {
89  std::cerr << "ERROR DE PROGRAMACION EN GetSimulatedValue" << std::endl;
91  }
92  }
93 
94  if(ALIUtils::debug >= 5) std::cout << "end calculateSimulatedValue" <<std::endl;
95 
96 }
static ALIint debug
Definition: ALIUtils.h:35
static GlobalOptionMgr * getInstance()
ALIstring getMeasuringBehaviour(const std::vector< OpticalObject * >::const_iterator vocite)
Definition: Measurement.cc:591
void DumpBadOrderOptOs()
Definition: Measurement.cc:487
bool ALIbool
Definition: CocoaGlobals.h:19
const CLHEP::Hep3Vector & point() const
Definition: LightRay.h:52
const std::vector< OpticalObject * > & OptOList() const
Definition: Measurement.h:109
static ALIbool getFirstTime()
Definition: ALIUtils.h:100
#define begin
Definition: vmac.h:30
const ALIstring & type() const
Definition: Measurement.h:86
std::string ALIstring
Definition: CocoaGlobals.h:9
void printStartCalculateSimulatedValue(const Measurement *meas)
Definition: Measurement.cc:444
const ALIstring & name() const
Definition: Measurement.h:90
tuple cout
Definition: gather_cfg.py:121
std::map< ALIstring, ALIdouble, std::less< ALIstring > > & GlobalOptions()
tuple size
Write out results.
unsigned int ALIuint
Definition: CocoaGlobals.h:17
void MeasurementDistancemeter::correctValueAndSigma ( )
virtual

Reimplemented from Measurement.

Definition at line 139 of file MeasurementDistancemeter.cc.

References gather_cfg::cout, ALIUtils::debug, Measurement::setSigma(), Measurement::setValue(), Measurement::sigma(), theFactor, and Measurement::value().

140 {
141  ALIdouble val = value()[0];
142  ALIdouble sig = sigma()[0];
143  if(ALIUtils::debug >= 4) std::cout << "MeasurementDistancemeter::correctValueAndSigma: old value" << val << " +- " << sig << std::endl;
144 
145  //- std::cout << "FACTOR " << theFactor << "correct " << val << " " << thePedestal << std::endl;
146  val *= theFactor;
147  //-------- Do not correct the sigma!!!!
148  //- sig *= theFactor;
149  if(ALIUtils::debug >= 4) std::cout << "MeasuremenDistancemeter::correctValueAndSigma: new value " << val << " +- " << sig << std::endl;
150  setValue( 0, val );
151  setSigma( 0, sig );
152 
153 }
long double ALIdouble
Definition: CocoaGlobals.h:11
void setValue(ALIint coor, ALIdouble val)
Definition: Measurement.h:167
static ALIint debug
Definition: ALIUtils.h:35
void setSigma(ALIint coor, ALIdouble val)
Definition: Measurement.h:171
const ALIdouble * sigma() const
Definition: Measurement.h:132
const ALIdouble * value() const
Definition: Measurement.h:125
tuple cout
Definition: gather_cfg.py:121
void MeasurementDistancemeter::setConversionFactor ( const std::vector< ALIstring > &  wordlist)
virtual

Reimplemented from Measurement.

Definition at line 104 of file MeasurementDistancemeter.cc.

References ecal_dqm_sourceclient-live_cfg::cerr, ALIUtils::dumpVS(), cppFunctionSkipper::exception, GlobalOptionMgr::getInstance(), GlobalOptionMgr::GlobalOptions(), ALIUtils::IsNumber(), theFactor, and theFactorSigma.

105 {
106  //--------- Check that the format is OK
107  if(wordlist.size() == 1) return;
108  if( wordlist.size() != 4
109  || !ALIUtils::IsNumber(wordlist[1]) || !ALIUtils::IsNumber(wordlist[3])
110  || wordlist[2] != ALIstring("+-") ){
111  std::cerr << "!! Distancemeter Measurement setConversionFactor: WRONG FORMAT "<< std::endl
112  << "It should be: DISTANCEMETER factor +- error " << std::endl
113  << "It is: ";
114  ALIUtils::dumpVS( wordlist, " ", std::cerr );
115  std::exception();
116  }
117  theFactor = atof(wordlist[1].c_str());
118  //------ correct by dimension of value of tiltmeter
120  ALIint dimfac = ALIint( gomgr->GlobalOptions()[ ALIstring("distancemeter_meas_value_dimension") ] );
121  if( dimfac == 0 ) {
122  theFactor *= 1.;
123  } else if( dimfac == 1 ) {
124  theFactor *= 1.E-3;
125  } else if( dimfac == 2 ) {
126  theFactor *= 1.E-6;
127  } else {
128  std::cerr << " !!!EXITING: error in global option distancemeter_meas_value_dimension, it can only take values 0,1,2, not " << dimfac;
129  std::exception();
130  }
131  theFactorSigma = atof(wordlist[3].c_str());
132 
133 }
int ALIint
Definition: CocoaGlobals.h:15
static GlobalOptionMgr * getInstance()
static int IsNumber(const ALIstring &str)
Definition: ALIUtils.cc:34
static void dumpVS(const std::vector< ALIstring > &wl, const std::string &msg, std::ostream &outs=std::cout)
dumps a vector of strings with a message to outs
Definition: ALIUtils.cc:501
std::string ALIstring
Definition: CocoaGlobals.h:9
std::map< ALIstring, ALIdouble, std::less< ALIstring > > & GlobalOptions()

Member Data Documentation

ALIdouble MeasurementDistancemeter::theFactor
private

Definition at line 36 of file MeasurementDistancemeter.h.

Referenced by correctValueAndSigma(), and setConversionFactor().

ALIdouble MeasurementDistancemeter::theFactorSigma
private

Definition at line 37 of file MeasurementDistancemeter.h.

Referenced by setConversionFactor().