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
20 files
+ 777
952
Compare changes
  • Side-by-side
  • Inline
Files
20
@@ -11,31 +11,29 @@
#include <memory>
#include <vector>
namespace CP{
namespace CP {
typedef SG::AuxElement::ConstAccessor<char> CharAccessor;
typedef SG::AuxElement::ConstAccessor<float> FloatAccessor;
typedef SG::AuxElement::Decorator<char> CharDecorator;
typedef SG::AuxElement::Decorator<float> FloatDecorator;
typedef SG::AuxElement::Decorator<float> FloatDecorator;
typedef std::unique_ptr<CharAccessor> SelectionAccessor;
typedef std::unique_ptr<CharDecorator> SelectionDecorator;
typedef SG::AuxElement::Decorator<bool> BoolDecorator;
typedef SG::AuxElement::ConstAccessor<bool> BoolAccessor;
typedef SG::AuxElement::Decorator<int> IntDecorator;
typedef SG::AuxElement::ConstAccessor<int> IntAccessor;
typedef SG::AuxElement::Decorator<short> ShortDecorator;
typedef SG::AuxElement::ConstAccessor<short> ShortAccessor;
typedef xAOD::Iso::IsolationType IsoType;
typedef std::vector<IsoType> IsoVector;
}
} // namespace CP
#endif
Loading