APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
APRILContent
include
APRILHelpers
TrackClusterPrintHelper.h
Go to the documentation of this file.
1
/* TrackClusterPrintHelper.h
3
*
4
* Author: Bo Li (IPNL)
5
*
6
*/
7
8
#ifndef TRACKCLUSTERPRINTHELPER_H
9
#define TRACKCLUSTERPRINTHELPER_H
10
11
12
#include "Pandora/Algorithm.h"
13
#include "Pandora/PandoraInternal.h"
14
#include "Pandora/StatusCodes.h"
15
16
#include "
Objects/Cluster.h
"
17
18
namespace
pandora {
class
Algorithm;
class
CaloHit;
class
Track; }
19
20
namespace
april_content
21
{
22
class
TrackClusterPrintHelper
23
{
24
public
:
25
static
pandora::StatusCode PrintCluster(
const
pandora::ClusterList *pClusterList);
26
//static pandora::StatusCode PrintTrackCluster(const pandora::Pandora *const pPandora);
27
};
28
}
29
30
#endif // TRACKCLUSTERPRINTHELPER_H
april_content::TrackClusterPrintHelper
Definition:
TrackClusterPrintHelper.h:22
Cluster.h
Generated by
1.8.5