Contents
Class ForwardTOF
java.lang.Object
org.jlab.geom.detector.ftof.ForwardTOF
\brief The forward time of flight geometry class for CLAS12
The FTOF consists of six sectors, each of
which with three panels: 1a,1b,2.
Each panel consists of a number of scintillator
paddles: 23 for 1a, 62 for 1b, 5 for 2.
-
Constructor Summary
ConstructorsConstructorDescription\brief default constructorForwardTOF
(org.jlab.ccdb.JDBCProvider provider) \brief constructor which fetches the nominal geometry from the database This calls ForwardTOF.fetchNominalParameters(provider) -
Method Summary
Modifier and TypeMethodDescriptionvoid
fetchNominalParameters
(org.jlab.ccdb.JDBCProvider provider) \brief fills the ForwardTOF class with the nominal geometry The nominal geometry is identical for each sector and therefore after this call, there is much redundancy in the geometry.
-
Constructor Details
-
Method Details
-
fetchNominalParameters
public void fetchNominalParameters(org.jlab.ccdb.JDBCProvider provider) \brief fills the ForwardTOF class with the nominal geometry The nominal geometry is identical for each sector and therefore after this call, there is much redundancy in the geometry. The parameters obtained are the so-called "core" paramters and it is expected that additional alignment paramters will be obtained from the database in a later method-call. \param [in] dataprovider the ccdb::DataProvider object
-