ATLAS Offline Software
Loading...
Searching...
No Matches
eflowCaloCluster.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef EFLOWEVENT_EFLOWCALOCLUSTER_H
6#define EFLOWEVENT_EFLOWCALOCLUSTER_H
7
8/********************************************************************
9
10NAME: eflowCaloCluster.h
11PACKAGE: offline/Reconstruction/eflowEvent
12
13AUTHORS: Dan Tovey
14CREATED: Feb. 2004
15
16PURPOSE: Replica cluster work class for eflowRec
17 Inherits from CaloCluster but includes non-const access
18
19********************************************************************/
20
21// INCLUDE HEADER FILES:
22
23// baseclass
24#include "CaloEvent/CaloCluster.h"
26#include <iostream>
27
28class CaloCell;
29
31
32 public:
33
35 eflowCaloCluster(const CaloCluster* clus);
36 eflowCaloCluster(const CaloCluster* clus, bool copyMoments);
37
39
40};
41
42#endif
43
44
45
46
Data object for each calorimeter readout cell.
Definition CaloCell.h:57
CaloCluster(double eta0=0, double phi0=0, unsigned int varTypePattern=0x00000000, unsigned int clusterSize=CaloCluster::SW_55ele)
Constructor.