PT-Cooling-Log 1.0
PTCoolingLogViewer
src/PtFlowHe3View.cc
00001 #include "PtFlowHe3View.hh"
00002 #include "LogViewer.hh"
00003 #include <TROOT.h>
00004 #include <TGraph.h>
00005 
00006 PtFlowHe3View::PtFlowHe3View() :
00007   PtView( LogViewer::tgCoolingData )
00008 {
00009   
00010   this->title() = "Flow (He3)";
00011   
00012   this->add( "tbl_coolingdata.flw_hfm201_he3flow",    "He3",          kRed );
00013   this->add( "tbl_coolingdata.flw_hfm201_he3pumpout", "He3 (out)",    kBlue );
00014   this->add( "tbl_coolingdata.flw_kofloc_he3flow",    "He3 (KOFLOC)", kCyan );
00015   
00016 }
00017 
00018 PtFlowHe3View::~PtFlowHe3View(){
00019 }
00020 
00021 void PtFlowHe3View::analysis(){
00022 }
00023 
00024 
 全て クラス ファイル 関数 変数