]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/AliHALLv3.h
Optional scoring for background studies in HALL.
[u/mrichter/AliRoot.git] / STRUCT / AliHALLv3.h
index dd1e477f68b7ed0a4e8f4fe413e666256bd550da..64fd60b5b818ac22799c2bd3c989535ea82e984f 100644 (file)
@@ -19,9 +19,14 @@ public:
    AliHALLv3(const char *name, const char *title);
    virtual      ~AliHALLv3() {}
    virtual void  CreateGeometry();
+   virtual void  StepManager();
+   virtual void  Init();
    virtual void  SetNewShield24() {fNewShield24 = 1;}
+   virtual void  SetScoring()     {fScoring     = 1;}
 private:
    Bool_t fNewShield24;   // Option for new shielding in PX24 and RB24
+   Int_t  fRefVolumeId;   // Volume ID of scoring plane
+   Bool_t fScoring;       // Scoring Option
    ClassDef(AliHALLv3,1)  //Class for ALICE experimental hall
 };