ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DefaultHepRepInstanceTree.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file DefaultHepRepInstanceTree.h
1 // Copyright FreeHEP, 2005.
2 #ifndef CHEPREP_DEFAULTHEPREPINSTANCETREE_H
3 #define CHEPREP_DEFAULTHEPREPINSTANCETREE_H 1
4 
5 #include "cheprep/config.h"
6 
7 #include <string>
8 #include <vector>
9 #include <set>
10 
11 #include "HEPREP/HepRep.h"
14 #include "HEPREP/HepRepInstance.h"
15 #include "HEPREP/HepRepWriter.h"
16 #include "HEPREP/HepRepTreeID.h"
17 
18 #include "DefaultHepRepTreeID.h"
19 
23 namespace cheprep {
24 
26 
27  private:
29  std::vector<HEPREP::HepRepInstance*> instances;
30  std::vector<HEPREP::HepRepTreeID*> instanceTrees;
31 
32  public:
35 
36  void overlay(HEPREP::HepRepInstanceTree * instanceTree);
40  std::vector<HEPREP::HepRepInstance*> getInstances();
43  std::vector<HEPREP::HepRepTreeID*> getInstanceTreeList();
44 };
45 
46 } // cheprep
47 
48 
49 #endif