Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update NewAD2016Aug_Marvin_3.C #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions NewAD2016Aug_Marvin_3.C
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ enum {kCoordX=0, kCoordY=1, kCoordZ=2};
// void FindNodes(const Double_t x, const Double_t y, const Double_t z, const Double_t tf, const Int_t Coord=2) ;
// TGeoVolumeAssembly * CreateWarmModule_VMAOI();
void CreateCurvedBundles();
TGeoVolume * CreateWarmModuleSupport();
TGeoVolume * CreateWarmModule();
TGeoVolumeAssembly * CreateBLM();
TGeoVolumeAssembly * CreatePipeOvalyzed(const TGeoMedium * mat);
TGeoVolumeAssembly * CreateADAShielding();
Expand Down Expand Up @@ -879,7 +879,7 @@ void NewAD2016Aug_Marvin_3()
Ry180 = new TGeoRotation("Ry180", 180., 180., 0.) ; // 3 | 2
Ry90m = new TGeoRotation("Ry90m", 90., -90., -90.) ;
Ry90 = new TGeoRotation("Ry90" , 90., 90., -90.) ;
TGeoVolume * voTest = CreateWarmModuleSupport();
TGeoVolume * voTest = CreateWarmModule();
// TGeoVolume * voTest = CreateOldADA();
// TGeoVolume * voTest = CreatePump();
voTest -> SetTransparency(0);
Expand Down Expand Up @@ -4539,7 +4539,7 @@ TGeoVolumeAssembly * CreateBLM()



TGeoVolume * CreateWarmModuleSupport()
TGeoVolume * CreateWarmModule()
{
TGeoVolumeAssembly * ST0521057_VAMPA = new TGeoVolumeAssembly("ST0521057_VAMPA");
/////////////////////////////////////////////////////////////////////////////
Expand Down