Logo coherent WaveBurst  
Library Reference Guide
Logo
cwb_setmulti.C
Go to the documentation of this file.
1 /*
2 # Copyright (C) 2019 Gabriele Vedovato
3 #
4 # This program is free software: you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation, either version 3 of the License, or
7 # (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with this program. If not, see <https://www.gnu.org/licenses/>.
16 */
17 
18 
19 {
20  TString cwb_merge_label=TString(gSystem->Getenv("CWB_MERGE_LABEL"));
21 
22  sprintf(net_file_name,"wave_%s.%s.root",data_label,cwb_merge_label.Data());
23  cout << net_file_name << endl;
24 
27 
28  exit(0);
29 }
static int setMultiplicity(TString ifName, TString idir, TString odir, int nIFO, double dTime)
Definition: Toolbox.cc:5907
TString("c")
sprintf(net_file_name,"wave_%s.%s.root", data_label, cwb_merge_label.Data())
CWB::Toolbox TB
double Tgap
Definition: test_config1.C:23
#define nIFO
char data_label[512]
Definition: test_config1.C:160
char merge_dir[512]
Definition: test_config1.C:147
char net_file_name[256]
cwb_merge_label
exit(0)