57 const int nrL1NoIsoEG,
const int nrL1IsoEG,
58 const int nrL1CenJet,
const int nrL1ForJet,
60 const int ifCaloEtaNumberBits)
142 const int &ifCaloEtaNumberBitsValue) {
149 const int &corrParDeltaPhiNrBins) {
168 const std::vector<const L1GctCand *> *candVec;
191 int numberObjects = candVec->size();
194 if (numberObjects < nObjInCond) {
198 std::vector<int>
index(numberObjects);
200 for (
int i = 0;
i < numberObjects; ++
i) {
205 int jump =
factorial(numberObjects - nObjInCond);
213 bool condResult =
false;
218 objectsInComb.reserve(nObjInCond);
232 objectsInComb.clear();
234 bool tmpResult =
true;
238 for (
int i = 0;
i < nObjInCond;
i++) {
241 objectsInComb.push_back(index[i]);
256 const int ObjInWscComb = 2;
257 if (nObjInCond != ObjInWscComb) {
262 <<
"number of particles in condition with spatial correlation = " 263 << nObjInCond <<
"\n it must be = " << ObjInWscComb << std::endl;
272 unsigned int candDeltaEta;
273 unsigned int candDeltaPhi;
279 int signedEta[ObjInWscComb];
280 int signBit[ObjInWscComb] = {0, 0};
284 for (
int i = 0;
i < ObjInWscComb; ++
i) {
285 signBit[
i] = ((*candVec)[index[
i]]->etaIndex() & scaleEta) >>
287 signedEta[
i] = ((*candVec)[index[
i]]->etaIndex()) % scaleEta;
289 if (signBit[
i] == 1) {
290 signedEta[
i] = (-1) * signedEta[
i];
296 candDeltaEta =
static_cast<int>(
std::abs(signedEta[1] - signedEta[0])) +
297 static_cast<int>(signBit[1] ^ signBit[0]);
306 if ((*candVec)[index[0]]->phiIndex() > (*candVec)[index[1]]->phiIndex()) {
308 (*candVec)[index[0]]->phiIndex() - (*candVec)[index[1]]->phiIndex();
311 (*candVec)[index[1]]->phiIndex() - (*candVec)[index[0]]->phiIndex();
323 unsigned int candDeltaPhiInitial = candDeltaPhi;
329 <<
" Initial candDeltaPhi = " << candDeltaPhiInitial
331 <<
" ==> candDeltaPhi rescaled to: " << candDeltaPhi
332 <<
" [ loop index " << iLoop <<
"; breaks after " << nMaxLoop
338 if (iLoop > nMaxLoop) {
357 }
while (std::next_permutation(index.begin(), index.end()));
415 if (iCondition >= nObjInCond || iCondition < 0) {
457 myCout <<
" Number of bits for eta of calorimeter objects = " 459 myCout <<
" Maximum number of bins for the delta phi scales = " const std::vector< const L1GctCand * > * getCandL1IsoEG() const
pointer to IsoEG data list
int m_ifCaloEtaNumberBits
number of bits for eta of calorimeter objects
const int nrObjects() const
get number of trigger objects
const bool checkBit(const Type1 &mask, const unsigned int bitNumber) const
check if a bit with a given number is set in a mask
~L1GtCaloCondition() override
int m_verbosity
verbosity level
const std::vector< const L1GctCand * > * getCandL1ForJet() const
pointer to ForJet data list
bool m_condLastResult
the last result of evaluateCondition()
virtual bool empty() const =0
empty candidate - true if object not initialized
const int gtIfCaloEtaNumberBits() const
get / set the number of bits for eta of calorimeter objects
CombinationsInCond m_combinationsInCond
store all the object combinations evaluated to true in the condition
unsigned long long deltaPhiRange
CombinationsInCond & combinationsInCond() const
get all the object combinations (to fill it...)
void print(std::ostream &myCout) const override
print the condition
std::vector< int > SingleCombInCond
typedefs
const L1GlobalTriggerPSB * m_gtPSB
pointer to PSB, to be able to get the trigger objects
unsigned long long deltaEtaRange
const std::vector< L1GtObject > & objectType() const
get / set the trigger object type(s) in the condition
const L1GctCand * getCandidate(const int indexCand) const
load calo candidates
int condMaxNumberObjects() const
void setGtCaloTemplate(const L1GtCaloTemplate *)
virtual unsigned phiIndex() const =0
get phi index (0-17)
const bool checkObjectParameter(const int iCondition, const L1GctCand &cand) const
function to check a single object if it matches a condition
const L1GlobalTriggerPSB * gtPSB() const
get / set the pointer to PSB
const L1GtCaloTemplate * m_gtCaloTemplate
pointer to a L1GtCaloTemplate
L1GtCaloCondition & operator=(const L1GtCaloCondition &)
const bool checkThreshold(const Type1 &threshold, const Type2 &value, const bool condGEqValue) const
const L1GtCaloTemplate * gtCaloTemplate() const
get / set the pointer to a L1GtCondition
void setGtIfCaloEtaNumberBits(const int &)
virtual unsigned etaIndex() const =0
get eta index (bit 3 is sign, 1 for -ve Z, 0 for +ve Z)
Abs< T >::type abs(const T &t)
void copy(const L1GtCaloCondition &cp)
copy function for copy constructor and operator=
typedef for a single object template
unsigned int m_corrParDeltaPhiNrBins
typedef for correlation parameters
const bool evaluateCondition() const override
the core function to check if the condition matches
int m_condMaxNumberObjects
void setGtPSB(const L1GlobalTriggerPSB *)
set the pointer to PSB
virtual unsigned rank() const =0
get the rank code (6 bits)
void print(std::ostream &myCout) const override
print condition
const CorrelationParameter * correlationParameter() const
const std::vector< const L1GctCand * > * getCandL1TauJet() const
pointer to TauJet data list
ABC for GCT EM and jet candidates.
int factorial(int n)
factorial function
virtual void print(std::ostream &myCout) const
print condition
const bool condGEq() const
get / set condition GEq flag
const std::vector< ObjectParameter > * objectParameter() const
const std::vector< const L1GctCand * > * getCandL1CenJet() const
pointer to CenJet data list
const std::vector< const L1GctCand * > * getCandL1NoIsoEG() const
pointer to NoIsoEG data list
CombinationsInCond const & getCombinationsInCond() const
get all the object combinations evaluated to true in the condition
bool condLastResult() const
get the latest result for the condition
void setGtCorrParDeltaPhiNrBins(const int &)