EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FairGeoRootBuilder.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file FairGeoRootBuilder.h
1 #ifndef FAIRGEOROOTBUILDER_H
2 #define FAIRGEOROOTBUILDER_H
3 
4 #include "FairGeoBuilder.h"
5 
6 
7 class TGeoManager;
8 
14 {
15  private:
18  protected:
19  TGeoManager* geoManager; // ROOT geometry manager
20  public:
22  FairGeoRootBuilder(const char*,const char*);
24  void setGeoManager(TGeoManager* me) {geoManager=me;}
25  Bool_t createNode(FairGeoNode*, Int_t hadFormat=0);
27  void finalize();
28  void checkOverlaps(Double_t ovlp=0.0001);
29  ClassDef(FairGeoRootBuilder,0) //
30 };
31 
32 #endif /* !FAIRGEOROOTBUILDER_H */