|
|
Go to the documentation of this file.
71 myCout <<
"\n MuonTemplate print..." << std::endl;
77 for (
int i = 0;
i < nObjects;
i++) {
79 myCout <<
" Template for object " <<
i <<
" [ hex ]" << std::endl;
80 myCout <<
" ptHighThreshold = " << std::hex <<
m_objectParameter[
i].ptHighThreshold << std::endl;
81 myCout <<
" ptLowThreshold = " << std::hex <<
m_objectParameter[
i].ptLowThreshold << std::endl;
86 myCout <<
" requestIso = " << std::hex <<
m_objectParameter[
i].requestIso << std::endl;
88 myCout <<
" qualityLUT = " << std::hex <<
m_objectParameter[
i].qualityLUT << std::endl;
89 myCout <<
" isolationLUT = " << std::hex <<
m_objectParameter[
i].isolationLUT << std::endl;
96 myCout <<
" phiWindow1Lower =" << std::hex <<
m_objectParameter[
i].phiWindow1Lower << std::endl;
97 myCout <<
" phiWindow1Upper =" << std::hex <<
m_objectParameter[
i].phiWindow1Upper << std::endl;
98 myCout <<
" phiWindow2Lower =" << std::hex <<
m_objectParameter[
i].phiWindow2Lower << std::endl;
99 myCout <<
" phiWindow2Upper =" << std::hex <<
m_objectParameter[
i].phiWindow2Upper << std::endl;
100 myCout <<
" etaWindow1Lower =" << std::hex <<
m_objectParameter[
i].etaWindow1Lower << std::endl;
101 myCout <<
" etaWindow1Upper =" << std::hex <<
m_objectParameter[
i].etaWindow1Upper << std::endl;
102 myCout <<
" etaWindow2Lower =" << std::hex <<
m_objectParameter[
i].etaWindow2Lower << std::endl;
103 myCout <<
" etaWindow2Upper =" << std::hex <<
m_objectParameter[
i].etaWindow2Upper << std::endl;
107 myCout <<
" Correlation parameters "
108 <<
"[ hex ]" << std::endl;
118 myCout <<
" Correlation parameters "
119 <<
"[ hex ]" << std::endl;
125 myCout <<
"\n Correlation parameters "
126 <<
"[ hex ]" << std::endl;
void setConditionParameter(const std::vector< ObjectParameter > &objParameter, const CorrelationParameter &corrParameter)
set functions
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
virtual void print(std::ostream &myCout) const
print condition
CorrelationParameter m_correlationParameter
void copy(const MuonTemplate &cp)
copy function for copy constructor and operator=
void print(std::ostream &myCout) const override
print the condition
unsigned long long deltaPhiRange0Word
std::ostream & operator<<(std::ostream &os, const MuonTemplate &result)
unsigned int deltaPhiMaxbits
int m_condChipNr
condition is located on condition chip m_condChipNr
unsigned long long deltaEtaRange
l1t::GtConditionCategory m_condCategory
the category of the condition
std::vector< l1t::GlobalObject > m_objectType
the trigger object type(s)
bool m_condGEq
the operator used for the condition (>=, =): true for >=
std::string m_condName
the name of the condition
unsigned int chargeCorrelation
l1t::GtConditionType m_condType
the type of the condition (1s, etc)
const int nrObjects() const
get number of trigger objects
MuonTemplate & operator=(const MuonTemplate &)
unsigned long long deltaPhiRange1Word
def cp(fromDir, toDir, listOfFiles, overwrite=False, smallList=False)