1 #ifndef PEDESTEERERWEAKMODECONSTRAINTS_H 2 #define PEDESTEERERWEAKMODECONSTRAINTS_H 39 const std::vector<std::pair<Alignable*,std::string> >& alisFile,
43 const bool downToLowestLevel
50 std::list<std::pair<Alignable*, std::list<Alignable*> > >
HLSsubdets_;
61 const std::vector<edm::ParameterSet> &
config,
70 std::list<GeometryConstraintConfigData>&
getConfigData() {
return ConstraintsConfigContainer_; }
74 unsigned int createAlignablesDataStructure();
77 void writeOutput(
const std::list<std::pair<unsigned int,double> > &
output,
84 void closeOutputfiles();
87 bool checkMother(
const Alignable *
const lowleveldet,
const Alignable *
const HLS)
const;
89 std::pair<align::GlobalPoint, align::GlobalPoint> getDoubleSensorPosition(
const Alignable *ali)
const;
91 double getPhase(
const std::vector<double> &coefficients)
const;
97 double getX0(
const std::pair<
Alignable*, std::list<Alignable*> > &iHLS,
102 double getCoefficient(
const int sysdeformation,
107 const int iParameter,
const double &x0,
108 const std::vector<double> &constraintparameters)
const;
111 bool checkSelectionShiftParameter(
const Alignable *ali,
unsigned int iParameter)
const;
117 const std::vector<std::pair<Alignable*, std::string> > makeLevelsFilenames(
118 std::set<std::string> &steerFilePrefixContainer,
124 int verifyDeformationName(
const std::string &
name,
const std::vector<double> &coefficients)
const;
const bool downToLowestLevel_
static PFTauRenderPlugin instance
const std::string constraintName_
std::list< align::ID > deadmodules_
std::list< GeometryConstraintConfigData > & getConfigData()
std::map< std::string, std::ofstream * > mapFileName_
GeometryConstraintConfigData(const std::vector< double > &co, const std::string &c, const std::vector< std::pair< Alignable *, std::string > > &alisFile, const int sd, const align::Alignables &ex, const int instance, const bool downToLowestLevel)
const std::string steerFile_
const std::vector< std::pair< Alignable *, std::string > > levelsFilenames_
const align::Alignables excludedAlignables_
std::list< std::pair< Alignable *, std::list< Alignable * > > > HLSsubdets_
const AlignableObjectId alignableObjectId_
Allows conversion between type and name, and vice-versa.
const std::vector< double > coefficients_
const std::vector< edm::ParameterSet > myConfig_
const int sysdeformation_
std::vector< Alignable * > Alignables
const PedeLabelerBase * myLabels_
std::list< GeometryConstraintConfigData > ConstraintsConfigContainer_
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger list("!*","!HLTx*"if it matches 2 triggers or more) will accept the event if all the matching triggers are FAIL.It will reject the event if any of the triggers are PASS or EXCEPTION(this matches the behavior of"!*"before the partial wildcard feature was incorporated).Triggers which are in the READY state are completely ignored.(READY should never be returned since the trigger paths have been run