AliEMCALv0::AliEMCALv0(const char *name, const char *title):
AliEMCAL(name,title)
{
- // ctor
+ // ctor/* $Id$ */
+
+ cout << " $Id$ " << endl ;
}
new TTUBS("Arm1", "Active material of arm 1", "void",
fGeom->GetEnvelop(0) + fGeom->GetGap2Active(), // rmin
fGeom->GetEnvelop(0) + fGeom->GetGap2Active() + fGeom->GetLmat(),// rmax
- fGeom->GetLmat()/2.0, // half length in Z
+ fGeom->GetEnvelop(2)/2.0, // half length in Z
fGeom->GetArm1PhiMin(), // minimun phi angle
fGeom->GetArm1PhiMax() // maximun phi angle
) ;
new TTUBS("Arm2", "Active material of arm 2", "void",
fGeom->GetEnvelop(0) + fGeom->GetGap2Active(), // rmin
fGeom->GetEnvelop(0) + fGeom->GetGap2Active() + fGeom->GetLmat(),// rmax
- fGeom->GetLmat()/2.0, // half length in Z
+ fGeom->GetEnvelop(2)/2.0, // half length in Z
fGeom->GetArm2PhiMin(), // minimun phi angle
fGeom->GetArm2PhiMax() // maximun phi angle
) ;