]> git.uio.no Git - u/mrichter/AliRoot.git/blob - JETAN/AliJetKineReaderHeader.cxx
repairing server's action after EOR signal
[u/mrichter/AliRoot.git] / JETAN / AliJetKineReaderHeader.cxx
1 /**************************************************************************
2  * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3  *                                                                        *
4  * Author: The ALICE Off-line Project.                                    *
5  * Contributors are mentioned in the code where appropriate.              *
6  *                                                                        *
7  * Permission to use, copy, modify and distribute this software and its   *
8  * documentation strictly for non-commercial purposes is hereby granted   *
9  * without fee, provided that the above copyright notice appears in all   *
10  * copies and that both the copyright notice and this permission notice   *
11  * appear in the supporting documentation. The authors make no claims     *
12  * about the suitability of this software for any purpose. It is          *
13  * provided "as is" without express or implied warranty.                  *
14  **************************************************************************/
15
16 /* $Id$ */
17  
18 //---------------------------------------------------------------------
19 // Jet Kine Reader Header
20 // Header for the reader in the jet analysis for the Kinematics
21 // Author: Andreas Morsch (andreas.morsch@cern.ch)
22 //---------------------------------------------------------------------
23  
24 #include "AliJetKineReaderHeader.h"
25
26 ClassImp(AliJetKineReaderHeader)
27
28 /////////////////////////////////////////////////////////////////////
29
30 AliJetKineReaderHeader::AliJetKineReaderHeader():
31   AliJetReaderHeader("AliJetKineReaderHeader"),
32   fFastSimTPC(kFALSE),
33   fFastSimEMCAL(kFALSE),
34   fChargedOnly(kFALSE)
35 {
36   // Default constructor
37 }
38