APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations
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 {
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
Definition: TrackClusterPrintHelper.h:22