]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/AliPMD.cxx
Mapping file put in the CDB
[u/mrichter/AliRoot.git] / PMD / AliPMD.cxx
index 1af0d53dab5d50b051b000a779fe23bc2d50a191..7e3dcf4bacf781fe359e236da020f7eb725f10f8 100644 (file)
 //                                                                           //
 ///////////////////////////////////////////////////////////////////////////////
 
+#include <TBRIK.h>
 #include <TClonesArray.h>
+#include <TGeometry.h>
+#include <TNode.h>
 #include <TTree.h>
 #include <TVirtualMC.h>
 
@@ -232,6 +235,21 @@ void AliPMD::SetTreeAddress()
     AliDetector::SetTreeAddress();
 }
 
+void AliPMD::SetCpvOff()
+{
+  // Set the CPV plane off
+}
+void AliPMD::SetPreOff()
+{
+  // Set the Preshower plane off
+
+}
+void AliPMD::SetModuleOff(Int_t /*imodule*/)
+{
+  // Set the desired module off
+
+}
+
 //____________________________________________________________________________
 void AliPMD::Hits2SDigits()  
 {