babymaker
e95a6a9342d4604277fe7cc6149b6b5b24447d89
|
#include <ctime>
#include <fstream>
#include <iostream>
#include <sstream>
#include <string>
#include <set>
#include <getopt.h>
#include <sys/stat.h>
#include "TFile.h"
#include "TString.h"
#include "TTree.h"
#include "TSystem.h"
#include "TDirectory.h"
#include "utilities.hh"
Go to the source code of this file.
Functions | |
map< int, set< long > > | getFilterList (string filter) |
long | change_filter_one (TString indir, TString name, TString outdir, map< int, set< long > > filter_list, TString filter_name) |
int | main (int argc, char *argv[]) |
long change_filter_one | ( | TString | indir, |
TString | name, | ||
TString | outdir, | ||
map< int, set< long > > | filter_list, | ||
TString | filter_name | ||
) |
Definition at line 117 of file change_filter.cxx.
References rename_data_eras::run.
Referenced by main().
map< int, set< long > > getFilterList | ( | string | filter | ) |
Definition at line 94 of file change_filter.cxx.
References validate_ntuples::line.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 25 of file change_filter.cxx.
References make_dataset_table::c, change_filter_one(), dirlist(), execute(), count_root_files::files, getFilterList(), hoursMinSec(), send_change_filter::infolder, send_change_filter::outfolder, and roundNumber().