-
Notifications
You must be signed in to change notification settings - Fork 2
/
ProcessingPROOF.C
51 lines (43 loc) · 1.04 KB
/
ProcessingPROOF.C
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/*Run with HipoPRocessor/PROOF*/
clas12root::HipoChain chain;
HipoProcessor processor(&chain);
TProof::Process(&processor);
{
HipoProcessor::SlaveBegin()
{
FinalStateManager::LoadData();
FinalStateManager::LoadFinalState()
{
FinalState::SetEventParticles(&_eventParts); //link to data
FinalState::SetEventInfo(_data->GetEventInfo());
FinalState::PostRead(){
FinalState::InitTopoMan();
FinalState::Define();
FinalState::SetTopologies();
}
}
HipoProcessor::ApplyOptions();
}
HipoProcessor::Process():HipoSelector::Process()
{
if(newFile)
{
new clas12::clas12reader;
HipoProcessor::Notify()
{
HipoSelector::Notify();
HipoData::SetReader(){
HipoData::Init(){
if() _dataType=static_cast<Short_t> (chanser::DataType::Sim);
_eventInfo.SetCLAS12( _c12 );
_runInfo.SetCLAS12( _c12 );
}
}
FinalStateManager::Init()
{
FinalState::Init();
}
}
}
while(_c12->nextInRecord()==true){/*record event loop*/}
}