]> 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 604e344bc7aecbcf97efd8a5732aa2eb52f36136..7e3dcf4bacf781fe359e236da020f7eb725f10f8 100644 (file)
@@ -235,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()  
 {