/[PAMELA software]/DarthVader/ToFLevel2/inc/ToFLevel2.h
ViewVC logotype

Diff of /DarthVader/ToFLevel2/inc/ToFLevel2.h

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

revision 1.33 by pam-ts, Tue Sep 16 08:05:40 2014 UTC revision 1.34 by pam-fi, Fri Oct 17 07:54:17 2014 UTC
# Line 279  class ToFLevel2 : public TObject { Line 279  class ToFLevel2 : public TObject {
279    void GetLevel2Struct(cToFLevel2 *) const;    void GetLevel2Struct(cToFLevel2 *) const;
280    //    //
281    ToFTrkVar *GetToFTrkVar(Int_t notrack);    ToFTrkVar *GetToFTrkVar(Int_t notrack);
282      ToFTrkVar* GetToFStoredTrack(Int_t seqno);///< returns pointer to the track set related to the seqno number
283    ToFPMT *GetToFPMT(Int_t nohit);    ToFPMT *GetToFPMT(Int_t nohit);
284    Int_t GetPMTid(Int_t gg, Int_t hh);    Int_t GetPMTid(Int_t gg, Int_t hh);
285    TString GetPMTName(Int_t ind);    TString GetPMTName(Int_t ind);
# Line 361  class ToFLevel2 : public TObject { Line 362  class ToFLevel2 : public TObject {
362      //      //
363      TClonesArray *GetTrackArray(){return ToFTrk;} ///< returns a pointer to the track related variables array      TClonesArray *GetTrackArray(){return ToFTrk;} ///< returns a pointer to the track related variables array
364      TClonesArray** GetPointerToTrackArray(){return &ToFTrk;}///< returns pointer to pointer to the track array      TClonesArray** GetPointerToTrackArray(){return &ToFTrk;}///< returns pointer to pointer to the track array
365        void SetTrackArray(TClonesArray *track);///<set pointer to the track array
366    
367    
368      //      //

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

  ViewVC Help
Powered by ViewVC 1.1.23