Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
JAANET::fixedcan Struct Reference

The fixed cylinder used for photon tracking. More...

#include <JHead.hh>

Public Member Functions

 fixedcan ()
 Default constructor.
 
bool match (const fixedcan &object) const
 Test match.
 
 ClassDefNV (fixedcan, 1)
 

Public Attributes

double xcenter
 x-center [m]
 
double ycenter
 y-center [m]
 
double zmin
 Bottom [m].
 
double zmax
 Top [m].
 
double radius
 Radius [m].
 

Detailed Description

The fixed cylinder used for photon tracking.

Definition at line 609 of file JHead.hh.

Constructor & Destructor Documentation

◆ fixedcan()

JAANET::fixedcan::fixedcan ( )
inline

Default constructor.

Definition at line 613 of file JHead.hh.

613 :
614 xcenter(0),
615 ycenter(0),
616 zmin(0),
617 zmax(0),
618 radius(0)
619 {}
double zmax
Top [m].
Definition JHead.hh:639
double radius
Radius [m].
Definition JHead.hh:640
double zmin
Bottom [m].
Definition JHead.hh:638
double ycenter
y-center [m]
Definition JHead.hh:637
double xcenter
x-center [m]
Definition JHead.hh:636

Member Function Documentation

◆ match()

bool JAANET::fixedcan::match ( const fixedcan & object) const
inline

Test match.

Parameters
objectcan
Returns
true if matches; else false

Definition at line 627 of file JHead.hh.

628 {
629 return (xcenter == object.xcenter &&
630 ycenter == object.ycenter &&
631 zmin == object.zmin &&
632 zmax == object.zmax &&
633 radius == object.radius);
634 }

◆ ClassDefNV()

JAANET::fixedcan::ClassDefNV ( fixedcan ,
1  )

Member Data Documentation

◆ xcenter

double JAANET::fixedcan::xcenter

x-center [m]

Definition at line 636 of file JHead.hh.

◆ ycenter

double JAANET::fixedcan::ycenter

y-center [m]

Definition at line 637 of file JHead.hh.

◆ zmin

double JAANET::fixedcan::zmin

Bottom [m].

Definition at line 638 of file JHead.hh.

◆ zmax

double JAANET::fixedcan::zmax

Top [m].

Definition at line 639 of file JHead.hh.

◆ radius

double JAANET::fixedcan::radius

Radius [m].

Definition at line 640 of file JHead.hh.


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