AliPhysics  5b5fbb3 (5b5fbb3)
AliEmcalTriggerSetupInfo.cxx
Go to the documentation of this file.
1 /**************************************************************************
2  * Copyright(c) 1998-2013, 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  **************************************************************************/
16 #include "AliLog.h"
17 
21 
26  TNamed(),
27  fThresholds(),
28  fThresholdsSimple()
29 {
30  for( int i = 0; i < 4; i++ )
31  fThresholds[i] = -1;
32  for( int i = 0; i < 4; i++ )
33  fThresholdsSimple[i] = -1;
34 }
35 
41  TNamed(p)
42 {
43  for( int i = 0; i < 4; i++ )
44  fThresholds[i] = p.fThresholds[i];
45  for( int i = 0; i < 4; i++ )
47 }
48 
53 {
54 }
55 
62 {
63  if (this != &p) {
64  for( int i = 0; i < 4; i++ )
65  fThresholds[i] = p.fThresholds[i];
66  for( int i = 0; i < 4; i++ )
68  }
69 
70  return *this;
71 }
72 
77  for( int i = 0; i < 4; i++ )
78  fThresholds[i] = -1;
79  for( int i = 0; i < 4; i++ )
80  fThresholdsSimple[i] = -1;
81 }
82 
AliEmcalTriggerSetupInfo & operator=(const AliEmcalTriggerSetupInfo &p)
Int_t fThresholds[4]
per event L1 online thresholds in ADC counts
Manager for constants used in the trigger maker.
Int_t fThresholdsSimple[4]
per event L1 simple offline thresholds
Settings manager for the trigger patch algorithmThis class contains the main settings (trigger thresh...