/*
$Log$
+Revision 1.8 2000/10/02 21:28:15 fca
+Removal of useless dependecies via forward declarations
+
Revision 1.7 2000/06/11 12:32:51 morsch
Coding rule violations corrected
dALIC[8]=0;
dALIC[9]=2000;
gMC->Gsvolu("ALIC","PGON",idtmed[1],dALIC,10);
+ } else if ( gAlice->GetModule("CRT")) {
+ //
+ // If the Cosmic Ray Trigger is present we need a large box
+ //
+ //
+ dALIC[0]=5000.;
+ dALIC[1]=5000.;
+ dALIC[2]=15000.;
+ gMC->Gsvolu("ALIC","BOX ",idtmed[1],dALIC,3);
+
} else {
//
- // If the ZDC is not present make just a BOX
+ // If the ZDC and CRT are not present make just a BOX
//
dALIC[0]=2000;
dALIC[1]=2000;