ATLAS Offline Software
Reconstruction
eflowEvent
eflowEvent
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
10
NAME: eflowCaloCluster.h
11
PACKAGE: offline/Reconstruction/eflowEvent
12
13
AUTHORS: Dan Tovey
14
CREATED: Feb. 2004
15
16
PURPOSE: 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"
25
#include "
CaloEvent/CaloCellContainer.h
"
26
#include <iostream>
27
28
class
CaloCell
;
29
30
class
eflowCaloCluster
:
public
CaloCluster
{
31
32
public
:
33
34
eflowCaloCluster
();
35
eflowCaloCluster
(
const
CaloCluster
* clus);
36
eflowCaloCluster
(
const
CaloCluster
* clus,
bool
copyMoments);
37
38
~eflowCaloCluster
();
39
40
};
41
42
#endif
43
44
45
46
eflowCaloCluster
Definition:
eflowCaloCluster.h:30
CaloCluster
Principal data class for CaloCell clusters.
Definition:
Calorimeter/CaloEvent/CaloEvent/CaloCluster.h:79
eflowCaloCluster::eflowCaloCluster
eflowCaloCluster()
CaloCellContainer.h
CaloCell
Data object for each calorimeter readout cell.
Definition:
CaloCell.h:57
eflowCaloCluster::~eflowCaloCluster
~eflowCaloCluster()
Generated on Fri Jan 10 2025 21:09:34 for ATLAS Offline Software by
1.8.18