Forked from
atlas / athena
147244 commits behind, 29639 commits ahead of the upstream repository.
-
ART Egamma: Fixing duplicated name in efficiency histogram See merge request atlas/athena!14461 (cherry picked from commit ea6a9dedb2574f9bcd4df9b9f26399fc18e605b4) eebe6736 fixing duplicated name in egamma ART
ART Egamma: Fixing duplicated name in efficiency histogram See merge request atlas/athena!14461 (cherry picked from commit ea6a9dedb2574f9bcd4df9b9f26399fc18e605b4) eebe6736 fixing duplicated name in egamma ART
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ID_ContainerTest.h 475 B
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
//
// Test algorithm for IdentifiableContainer
//
namespace IDC_TEST{
class MyCollectionContainer;
}
class ID_ContainerTest {
public:
ID_ContainerTest();
virtual int initialize() ;
virtual int finalize() ;
virtual int execute();
private:
int m_ncollections;
int m_nskip;
int m_nhits;
int m_test;
IDC_TEST::MyCollectionContainer* m_container;
} ;