/[PAMELA software]/trieste/pamVMC/nd/include/PamVMCNDDig.h
ViewVC logotype

Diff of /trieste/pamVMC/nd/include/PamVMCNDDig.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by pamelats, Wed Mar 4 12:51:21 2009 UTC revision 1.2 by pizzolot, Tue Mar 24 14:04:02 2009 UTC
# Line 31  Bool_t IsInsideVector(PamVMCDetectorHit* Line 31  Bool_t IsInsideVector(PamVMCDetectorHit*
31    
32   public:   public:
33    
34    PamVMCNDDig():PamVMCDigitizer("ND"){;  }    PamVMCNDDig(UInt_t seed):PamVMCDigitizer("ND"){
35          rnd = new TRandom3(seed);
36      }
37    
38        
39    virtual ~PamVMCNDDig(){ ;}    virtual ~PamVMCNDDig(){ ;}
# Line 40  Bool_t IsInsideVector(PamVMCDetectorHit* Line 42  Bool_t IsInsideVector(PamVMCDetectorHit*
42    void Digitize();    void Digitize();
43    
44    
45    ClassDef(PamVMCNDDig,1)    ClassDef(PamVMCNDDig,2)
46  };  };
47    
48    

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23