AliPhysics
0644110 (0644110)
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
AliAODHFUtil.cxx
Go to the documentation of this file.
1
/**************************************************************************
2
* Copyright(c) 1998-2011, ALICE Experiment at CERN, All rights reserved. *
3
* *
4
* *
5
* Author: The ALICE Off-line Project. *
6
* Contributors are mentioned in the code where appropriate. *
7
*
8
* Permission to use, copy, modify and distribute this software and its *
9
* documentation strictly for non-commercial purposes is hereby granted *
10
* without fee, provided that the above copyright notice appears in all *
11
* copies and that both the copyright notice and this permission notice *
12
* appear in the supporting documentation. The authors make no claims *
13
* about the suitability of this software for any purpose. It is *
14
* provided "as is" without express or implied warranty. *
15
* *************************************************************************/
16
17
/* $Id$ */
18
19
//***********************************************************
20
// Class AliAODHFUtil
21
// class for enabling access to data not available for the moment in AODs
22
// Author: Carlos Perez
23
//***********************************************************
24
#include "
AliAODHFUtil.h
"
25
27
ClassImp
(
AliAODHFUtil
);
29
30
//------------------------------
31
AliAODHFUtil::AliAODHFUtil
():
32
TNamed()
33
{
35
for
(
int
i=0; i!=64; ++i)
36
fVZERO
[i] = 0.0;
37
}
38
39
//------------------------------
40
AliAODHFUtil::AliAODHFUtil
(
const
char
* pName):
41
TNamed(pName,
""
)
42
{
44
for
(
int
i=0; i!=64; ++i)
45
fVZERO
[i] = 0.0;
46
}
47
//----------------------
48
AliAODHFUtil::~AliAODHFUtil
()
49
{
51
}
52
//------------------------
53
AliAODHFUtil::AliAODHFUtil
(
const
AliAODHFUtil
& pCopy) :
54
TNamed(pCopy)
55
{
57
for
(
int
i=0; i!=64; ++i)
58
fVZERO
[i] = pCopy.
fVZERO
[i];
59
}
60
//----------------------
61
void
AliAODHFUtil::SetVZERO
(Float_t *pVzero) {
63
for
(
int
i=0; i!=64; ++i)
64
fVZERO
[i] = pVzero[i];
65
}
66
//---------------------------
67
Float_t
AliAODHFUtil::GetVZEROChannel
(Int_t pCh)
const
{
69
return
fVZERO
[pCh];
70
}
71
ClassImp
ClassImp(AliAnalysisTaskTriggerRates) AliAnalysisTaskTriggerRates
Definition:
AliAnalysisTaskTriggerRates.cxx:34
AliAODHFUtil::GetVZEROChannel
Float_t GetVZEROChannel(Int_t pCh) const
Definition:
AliAODHFUtil.cxx:67
AliAODHFUtil::SetVZERO
void SetVZERO(Float_t *pVzero)
Definition:
AliAODHFUtil.cxx:61
AliAODHFUtil::fVZERO
Float_t fVZERO[64]
VZERO signals.
Definition:
AliAODHFUtil.h:33
AliAODHFUtil.h
AliAODHFUtil::AliAODHFUtil
AliAODHFUtil()
Definition:
AliAODHFUtil.cxx:31
AliAODHFUtil
Definition:
AliAODHFUtil.h:16
AliAODHFUtil::~AliAODHFUtil
virtual ~AliAODHFUtil()
Definition:
AliAODHFUtil.cxx:48
PWGHF
vertexingHF
AliAODHFUtil.cxx
Generated on Wed Dec 16 2015 16:21:08 for AliPhysics by
1.8.6