Go to the documentation of this file.
12 #ifndef TOPSCDBUILDER_V2_H_
13 #define TOPSCDBUILDER_V2_H_
15 class G4LogicalVolume;
31 G4LogicalVolume *
Build();
TopScdBuilder_v2(SCDOptions &options)
Constructor.
Definition: TopScdBuilder_v2.cpp:26
Definition: DetStructs.h:404
std::vector< float > m_normPos
Definition: TopScdBuilder_v2.h:43
SCDOptions & m_options
Definition: TopScdBuilder_v2.h:38
const std::vector< float > & NormalPositions() const
Get the normal positions of all layers.
Definition: TopScdBuilder_v2.h:38
G4LogicalVolume * Build()
Builds the top SCD.
Definition: TopScdBuilder_v2.cpp:28
Builder class for top SCD.
Definition: TopScdBuilder_v2.h:22