1 #ifndef PEDESTEERERWEAKMODECONSTRAINTS_H
2 #define PEDESTEERERWEAKMODECONSTRAINTS_H
38 const std::vector<std::pair<Alignable*,std::string> >& alisFile,
40 const std::vector<Alignable*>& ex,
42 const bool downToLowestLevel
49 std::list<std::pair<Alignable*, std::list<Alignable*> > >
HLSsubdets_;
60 const std::vector<edm::ParameterSet> &
config,
90 double getPhase(
const std::vector<double> &coefficients)
const;
96 double getX0(
const std::pair<
Alignable*, std::list<Alignable*> > &iHLS,
106 const int iParameter,
const double &x0,
107 const std::vector<double> &constraintparameters)
const;
117 std::set<std::string> &steerFilePrefixContainer,
118 const std::vector<Alignable*> &alis,
bool checkSelectionShiftParameter(const Alignable *ali, unsigned int iParameter) const
const bool downToLowestLevel_
const std::vector< Alignable * > excludedAlignables_
void verifyParameterNames(const edm::ParameterSet &pset, unsigned int psetnr) const
static PFTauRenderPlugin instance
const std::string constraintName_
std::list< align::ID > deadmodules_
std::pair< align::GlobalPoint, align::GlobalPoint > getDoubleSensorPosition(const Alignable *ali) const
std::list< GeometryConstraintConfigData > & getConfigData()
double getX(const int sysdeformation, const align::GlobalPoint &pos, const double phase) const
std::map< std::string, std::ofstream * > mapFileName_
void writeOutput(const std::list< std::pair< unsigned int, double > > &output, const GeometryConstraintConfigData &it, const Alignable *iHLS, double sum_xi_x0)
unsigned int constructConstraints(const std::vector< Alignable * > &alis)
const std::string steerFile_
~PedeSteererWeakModeConstraints()
const std::vector< std::pair< Alignable *, std::string > > levelsFilenames_
std::list< std::pair< Alignable *, std::list< Alignable * > > > HLSsubdets_
const std::vector< std::pair< Alignable *, std::string > > makeLevelsFilenames(std::set< std::string > &steerFilePrefixContainer, const std::vector< Alignable * > &alis, const std::string &steerFilePrefix) const
std::ofstream * getFile(const GeometryConstraintConfigData &it, const Alignable *iHLS) const
int verifyDeformationName(const std::string &name, const std::vector< double > &coefficients) const
double getX0(const std::pair< Alignable *, std::list< Alignable * > > &iHLS, const GeometryConstraintConfigData &it) const
GeometryConstraintConfigData(const std::vector< double > &co, const std::string &c, const std::vector< std::pair< Alignable *, std::string > > &alisFile, const int sd, const std::vector< Alignable * > &ex, const int instance, const bool downToLowestLevel)
const std::vector< double > coefficients_
PedeSteererWeakModeConstraints(AlignableTracker *aliTracker, const PedeLabelerBase *labels, const std::vector< edm::ParameterSet > &config, std::string sf)
const std::vector< edm::ParameterSet > myConfig_
const int sysdeformation_
double getPhase(const std::vector< double > &coefficients) const
unsigned int createAlignablesDataStructure()
double getCoefficient(const int sysdeformation, const align::GlobalPoint &pos, const GlobalPoint gUDirection, const GlobalPoint gVDirection, const GlobalPoint gWDirection, const int iParameter, const double &x0, const std::vector< double > &constraintparameters) const
bool checkMother(const Alignable *const lowleveldet, const Alignable *const HLS) const
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