#include <EmcRecCluster2Shower.h>
◆ EmcRecCluster2Shower() [1/3]
| EmcRecCluster2Shower::EmcRecCluster2Shower |
( |
| ) |
|
Definition at line 14 of file EmcRecCluster2Shower.cxx.
14 {
15
16
17 fSeedFinder = new EmcRecSeedEThreshold;
18 fSplitter = new EmcRecSplitWeighted;
19}
◆ ~EmcRecCluster2Shower() [1/3]
| EmcRecCluster2Shower::~EmcRecCluster2Shower |
( |
| ) |
|
◆ EmcRecCluster2Shower() [2/3]
| EmcRecCluster2Shower::EmcRecCluster2Shower |
( |
| ) |
|
◆ ~EmcRecCluster2Shower() [2/3]
| EmcRecCluster2Shower::~EmcRecCluster2Shower |
( |
| ) |
|
◆ EmcRecCluster2Shower() [3/3]
| EmcRecCluster2Shower::EmcRecCluster2Shower |
( |
| ) |
|
◆ ~EmcRecCluster2Shower() [3/3]
| EmcRecCluster2Shower::~EmcRecCluster2Shower |
( |
| ) |
|
◆ Convert() [1/3]
Definition at line 26 of file EmcRecCluster2Shower.cxx.
27 {
28 RecEmcClusterMap::iterator ciClusterMap;
29
31 for ( ciClusterMap = aClusterMap.begin(); ciClusterMap != aClusterMap.end(); ++ciClusterMap )
32 {
33
34
35 fSeedFinder->Seed( ciClusterMap->second, aMaxVec );
36
37
38 if ( !aMaxVec.empty() )
39 {
41 for ( ciMax = aMaxVec.begin(); ciMax != aMaxVec.end(); ++ciMax )
42 { ciClusterMap->second.InsertSeed( ciClusterMap->second.Find( *ciMax )->second ); }
43 }
44
45
46 fSplitter->Split( ciClusterMap->second, aMaxVec, aShowerMap );
47 }
48}
RecEmcIDVector::const_iterator ci_RecEmcIDVector
vector< RecEmcID > RecEmcIDVector
◆ Convert() [2/3]
◆ Convert() [3/3]
The documentation for this class was generated from the following files: