EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vc2020_03_20.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file vc2020_03_20.h
1 
2 #include <EtmVacuumChamber.h>
3 
4 #ifndef _VC2020_03_20_
5 #define _VC2020_03_20_
6 
8  public:
9  vc2020_03_20( void );
11 
12  void CreateGeometry( void );
13  bool ConfigurableCrossingAngle( void ) const { return true; };//false; };
14  //double FixedCrossingAngle ( void ) const;
15 
16  ClassDef(vc2020_03_20, 1)
17 };
18 
19 #endif