ATLAS Offline Software
Loading...
Searching...
No Matches
eflowCaloCluster.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5/********************************************************************
6
7NAME: eflowCaloCluster.cxx
8PACKAGE: offline/Reconstruction/eflowEvent
9
10AUTHORS: Dan Tovey
11CREATED: Feb. 2004
12
13PURPOSE: Replica cluster work class for eflowRec
14 Inherits from CaloCluster but includes non-const access
15
16UPDATED: April 9, 2004 (P Loch)
17 adapt new Calorimeter EDM (new CaloCluster)
18
19********************************************************************/
20
22
26
27
28eflowCaloCluster::eflowCaloCluster(const CaloCluster* clus, bool copyMoments): CaloCluster(clus) {
29 /* Clear the moment store*/
30 if (!copyMoments) {
32 }
33}
34
std::map< moment_key, moment_value > moment_store
Internal moment store type.
CaloClusterMomentStore m_momentStore
cluster moments
CaloCluster(double eta0=0, double phi0=0, unsigned int varTypePattern=0x00000000, unsigned int clusterSize=CaloCluster::SW_55ele)
Constructor.