/* @(#) $Id: e910g_geant_ckovhits.C,v 1.1.1.1 2002/08/28 21:25:25 soltz Exp $ * * Created by : * Creation date : * * Date Time Name Hostname * ========== ======== ========== ============ * Modification History: $E910_revision_history: e910g_geant_ckovhits.C,v$ * 1999/07/12 23:26:07 hiejima blood.phys.columbia.edu * 1999/06/16 00:31:28 hiejima blood.phys.columbia.edu * * Description: * * Input Variables: * * Output variables: * * Return Values: * * Functions Called: * * Log Message: $Log: e910g_geant_ckovhits.C,v $ * Log Message: Revision 1.1.1.1 2002/08/28 21:25:25 soltz * Log Message: initial import * Log Message: * Log Message: Revision 1.2 1999/07/13 03:26:07 hiejima * Log Message: ckov mc geometry and other minor change * Log Message: * Log Message: Revision 1.1 1999/06/16 04:31:30 hiejima * Log Message: add for ckov_sim * Log Message: */ #include "e910.h" #include #include #include "tas_user_codes.h" #include "e910g_geant_ckovhits.h" extern "C" { } const VarTerm Geant_ckovhits::d_varterm[] = { { "geantid" , VarTerm::var_int , 0 }, { "trackid" , VarTerm::var_int , 0 }, { "status" , VarTerm::var_int , 0 }, { "mirror" , VarTerm::var_int , 0 }, { "pos" , VarTerm::var_float , 3 }, { "dir" , VarTerm::var_float , 3 }, { "time" , VarTerm::var_float , 0 }, { 0 , 0 , 0 } }; E910_TABLE_C(Geant_ckovhits, geant_ckovhits, dynamic, 0, 0); void Geant_ckovhits::tb_init() { } E910_VERSION_C(Geant_ckovhits, 0, 0); int Geant_ckovhits_v_0_0::decode(int v[2], char *buf) const { return OK; } /* $Source: /cvs/e907/mipp/document/www/e907html/Cerenkov/historic/code_e910/e910g_geant_ckovhits.C,v $ */