/[PAMELA software]/PamVMC/cal/include/PamVMCCaloSD.h
ViewVC logotype

Diff of /PamVMC/cal/include/PamVMCCaloSD.h

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

revision 1.1 by nikolas, Thu Feb 19 16:00:14 2009 UTC revision 1.5 by pam-rm2, Fri Jun 12 18:39:10 2009 UTC
# Line 18  public: Line 18  public:
18    }    }
19    
20    
21    virtual void FillHit(fin f,TVirtualMC *g){    virtual void FillHit(fin f,TVirtualMC *g, Bool_t is_prim){
22    
23      switch(f) {      switch(f) {
24      case ENTERING:      case ENTERING:
# Line 27  public: Line 27  public:
27        InitHit();        InitHit();
28                
29      default:      default:
30         UpdateHit(g);        UpdateHit(g, is_prim);
31        break;              break;      
32      }      }
33    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23