ATLAS Offline Software
Loading...
Searching...
No Matches
LArFanSection.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef __LARFANSECTION_H__
6#define __LARFANSECTION_H__
7
8// helper class to replace G4Polycone
9// in certain LArWheelSolid operations
10
12{
13public:
14 G4double Amin, Amax;
15 G4double Bmin, Bmax;
16 G4double Amin2, Amax2;
17 G4double Bmin2, Bmax2;
18 G4double xmin, xmax;
19 G4double Cflat2, ABmax, ABmin;
20
22 G4double ri1, G4double ri2,
23 G4double ro1, G4double ro2,
24 G4double Xmax, G4double z1, G4double z2
25 );
26
27 void print(void) const;
28};
29
30#endif // __LARFANSECTION_H__
void print(void) const
LArFanSections(G4double ri1, G4double ri2, G4double ro1, G4double ro2, G4double Xmax, G4double z1, G4double z2)