PandaRoot
MCPoint Struct Reference

#include <PndEventBuilderAnaTask.h>

Public Member Functions

 MCPoint ()
 

Public Attributes

FairLink link
 
bool isFound
 
bool isPrimary
 

Friends

std::ostream & operator<< (std::ostream &os, const MCPoint data)
 

Detailed Description

Definition at line 17 of file PndEventBuilderAnaTask.h.

Constructor & Destructor Documentation

◆ MCPoint()

MCPoint::MCPoint ( )
inline

Definition at line 18 of file PndEventBuilderAnaTask.h.

References link.

18 : isFound(false), isPrimary(false){};

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const MCPoint  data 
)
friend

Definition at line 22 of file PndEventBuilderAnaTask.h.

23  {
24  os << data.link << " : isPrimary " << data.isPrimary << " isFound " << data.isFound << std::endl;
25  return os;
26  }

Member Data Documentation

◆ isFound

bool MCPoint::isFound

Definition at line 20 of file PndEventBuilderAnaTask.h.

◆ isPrimary

bool MCPoint::isPrimary

Definition at line 21 of file PndEventBuilderAnaTask.h.

◆ link

FairLink MCPoint::link

Definition at line 18 of file PndEventBuilderAnaTask.h.

Referenced by MCPoint().


The documentation for this struct was generated from the following file: