Skip to content
Snippets Groups Projects

Draft: [trigEGam] Integration beteween mongroups and TrigEgammaMonitoring

Closed Edmar Egidio Purcino De Souza requested to merge eegidiop/athena:tegmonGroups into 22.0
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
*/
///////////////////////////////////////////////////////////////////
// KinematicPileupSimSelector.h, (c) ATLAS Detector software
@@ -35,14 +35,13 @@ namespace ISF {
// Athena algtool's Hooks
StatusCode initialize() override;
StatusCode finalize() override;
virtual StatusCode initialize() override;
virtual StatusCode finalize() override;
/** check whether given particle passes all cuts -> will be used for routing decision*/
inline virtual bool passSelectorCuts(const ISFParticle& particle) const override final;
private:
mutable Barcode::BitCalculator m_bitcalculator;
std::vector<int> m_pileupbcid; // vector of BCIDs to select
Loading