]> git.uio.no Git - u/mrichter/AliRoot.git/blame - JETAN/AliJetESDReaderHeader.cxx
adding contructors and assignment operator for better usability; removing deprecated...
[u/mrichter/AliRoot.git] / JETAN / AliJetESDReaderHeader.cxx
CommitLineData
99e5fe42 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 **************************************************************************/
83a444b1 15
16//---------------------------------------------------------------------
99e5fe42 17// Jet ESD Reader Header
18// Header for the ESD reader in the jet analysis
83a444b1 19// Author: Mercedes Lopez Noriega (mercedes.lopez.noriega@cern.ch)
20//---------------------------------------------------------------------
99e5fe42 21
22#include "AliJetESDReaderHeader.h"
23
24ClassImp(AliJetESDReaderHeader)
25
26//____________________________________________________________________________
27AliJetESDReaderHeader::AliJetESDReaderHeader():
1b7d5d7e 28 AliJetReaderHeader("AliJetESDReaderHeader"),
9e4cc50d 29 fDCA(0),
30 fTLength(0),
1b7d5d7e 31 fReadSignalOnly(kFALSE),
b45b0c92 32 fReadBkgdOnly(kFALSE),
33 fNesd(0)
99e5fe42 34{
1b7d5d7e 35 // Default constructor
99e5fe42 36
37}
38
39//____________________________________________________________________________
40AliJetESDReaderHeader::~AliJetESDReaderHeader()
41{
42 // destructor
43}