Skip to content
Snippets Groups Projects
Commit 426a598f authored by adrien-matta's avatar adrien-matta
Browse files

* Adding nponline to npa

parent b97abb56
No related branches found
No related tags found
No related merge requests found
...@@ -99,6 +99,12 @@ int main(int argc , char** argv){ ...@@ -99,6 +99,12 @@ int main(int argc , char** argv){
} }
} }
if(myOptionManager->GetOnline()){
// Request Detector manager to give the Spectra to the server
myDetector->SetSpectraServer();
}
std::cout << std::endl << "///////// Starting Analysis ///////// "<< std::endl; std::cout << std::endl << "///////// Starting Analysis ///////// "<< std::endl;
TChain* Chain = RootInput:: getInstance()->GetChain(); TChain* Chain = RootInput:: getInstance()->GetChain();
myOptionManager->GetNumberOfEntryToAnalyse(); myOptionManager->GetNumberOfEntryToAnalyse();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment