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
+ 10
2
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
*/
#ifndef CALOTRIGGERTOOL_LARTTCELLMAP_H
@@ -54,7 +54,10 @@ public:
Identifier whichTTID(const Identifier & id) const;
/** return the persistified map */
LArTTCell_P* getP() ;
const LArTTCell_P* getP() const ;
/** return the persistified map (non-const) */
LArTTCell_P* getP() ;
/** initialize from POOL */
void set( const LArTTCell_P& t ) ;
Loading