Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JEventProcessor_bcal_calib_cosmic_cdc.cc File Reference
#include "JEventProcessor_bcal_calib_cosmic_cdc.h"
#include <TRACKING/DTrackCandidate.h>
#include <DAQ/Df250PulseIntegral.h>
#include <BCAL/DBCALHit.h>
#include "BCAL/DBCALGeometry.h"
#include <JANA/JApplication.h>
#include <JANA/JFactory.h>

Go to the source code of this file.

Functions

float getx (float r, float phi)
 
float gety (float r, float phi)
 
float getr (float x, float y)
 
float getposphi (float x, float y)
 
float getdistance (float x1, float y1, float x2, float y2)
 
void InitPlugin (JApplication *app)
 

Function Documentation

float getdistance ( float  x1,
float  y1,
float  x2,
float  y2 
)
float getposphi ( float  x,
float  y 
)

Definition at line 29 of file JEventProcessor_bcal_calib_cosmic_cdc.cc.

References PI.

Referenced by JEventProcessor_bcal_calib_cosmic_cdc::evnt().

float getr ( float  x,
float  y 
)

Definition at line 23 of file JEventProcessor_bcal_calib_cosmic_cdc.cc.

References sqrt().

float getx ( float  r,
float  phi 
)

Definition at line 17 of file JEventProcessor_bcal_calib_cosmic_cdc.cc.

float gety ( float  r,
float  phi 
)

Definition at line 20 of file JEventProcessor_bcal_calib_cosmic_cdc.cc.

References sin().

void InitPlugin ( JApplication *  app)

Definition at line 46 of file JEventProcessor_bcal_calib_cosmic_cdc.cc.