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
6 files
+ 18
18
Compare changes
  • Side-by-side
  • Inline
Files
6
/*
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 JETTAGINFOTPCNV_ATLINFOCNV_P1_H
@@ -33,8 +33,8 @@ namespace Analysis {
virtual void persToTrans(const AtlfInfo_p1 *persObj,
AtlfInfo *transObj,
MsgStream &log);
virtual void transToPers(const AtlfInfo *persObj,
AtlfInfo_p1 *transObj,
virtual void transToPers(const AtlfInfo *transObj,
AtlfInfo_p1 *persObj,
MsgStream &log);
private:
Loading