FairRoot/PandaRoot
Functions
PndGeoHypGeCluster.cxx File Reference
#include "PndGeoHypGeCluster.h"
#include <iostream>
#include <stdio.h>
#include <stdlib.h>

Go to the source code of this file.

Functions

 ClassImp (PndGeoHypGeCluster) Int_t PndGeoHypGeCluster
 

Function Documentation

ClassImp ( PndGeoHypGeCluster  )

Definition at line 11 of file PndGeoHypGeCluster.cxx.

20 {
21  if (ClusterNumber == StartClusterNumber)
22  {
23  return ClusterNumber;
24  cout << "No Cluster placed yet!" << endl;
25  }
26  else
27  {
28  return ClusterNumber -1;
29  }
30 };