]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerSegmentation.cxx
New segmentation with switch between old and new (Ch. Finck)
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerSegmentation.cxx
index 2184e5aea73a2b9092285114011125612a3105f9..dc492a46e7969134df782ba4edb7c13369fae4c5 100644 (file)
 //___________________________________________
 ClassImp(AliMUONTriggerSegmentation)
 
-
+AliMUONTriggerSegmentation::AliMUONTriggerSegmentation() 
+  : AliMUONVGeometryDESegmentation(),
+    fBending(0),
+    fId(0)
+{
+  // default constructor
+}
+//___________________________________________
 AliMUONTriggerSegmentation::AliMUONTriggerSegmentation(Bool_t bending) 
   : AliMUONVGeometryDESegmentation(),
     fBending(!bending),