]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGCF/FEMTOSCOPY/UNICOR/AliUnicorAnalGlobal.h
UNICOR becomes part of FEMTOSCOPY
[u/mrichter/AliRoot.git] / PWGCF / FEMTOSCOPY / UNICOR / AliUnicorAnalGlobal.h
1 #ifndef ALIUNICORANALGLOBAL_H
2 #define ALIUNICORANALGLOBAL_H
3
4 /* Copyright(c) 1998-2048, ALICE Experiment at CERN, All rights reserved. *
5 * See cxx source for full Copyright notice */
6 /* $Id$ */
7
8 // Author: Dariusz Miskowiec <mailto:d.miskowiec@gsi.de> 2007
9
10 //=============================================================================
11 // event global variable analyzer
12 //=============================================================================
13
14 #include "AliUnicorAnal.h"
15 class AliUnicorEvent;
16
17 //=============================================================================
18 class AliUnicorAnalGlobal : public AliUnicorAnal {
19    
20  public:
21   AliUnicorAnalGlobal(const char *nam="global"); // constructor
22   virtual ~AliUnicorAnalGlobal(){}               // destructor
23   void Process(AliUnicorEvent *ev) const;        // fill histograms
24
25   ClassDef(AliUnicorAnalGlobal,1)
26 };
27 //=============================================================================
28 #endif