AliRoot Core  3abf5b4 (3abf5b4)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliMUONVTriggerTrackStore.h
Go to the documentation of this file.
1 #ifndef ALIMUONVTRIGGERTRACKSTORE_H
2 #define ALIMUONVTRIGGERTRACKSTORE_H
3 
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5 * See cxx source for full Copyright notice */
6 
7 // $Id$
8 
13 // Author Laurent Aphecetche, Subatech
14 
15 #ifndef ALIMUONVSTORE_H
16 # include "AliMUONVStore.h"
17 #endif
18 
20 
22 {
23 public:
26 
28  virtual Bool_t Add(TObject* object);
29 
31  virtual void Add(const AliMUONTriggerTrack& track) = 0;
32 
34 
36  static AliMUONVTriggerTrackStore* Create(TTree& tree);
37 
39  virtual TIterator* CreateIterator() const = 0;
40 
42 
43  ClassDef(AliMUONVTriggerTrackStore,1) // Base class of a trigger track container
44 };
45 
46 #endif
virtual TIterator * CreateIterator() const =0
Iterator to loop over tracks.
virtual Int_t GetSize() const =0
The number of objects stored.
virtual Bool_t Add(TObject *object)
Add.
AliTPCfastTrack * track
Reconstructed trigger track in ALICE dimuon spectrometer.
TTree * tree
virtual AliMUONVStore * Create() const =0
Create an empty copy of this.
Base class of a trigger track store.
Base class for MUON data stores.
Definition: AliMUONVStore.h:22