babymaker  e95a6a9342d4604277fe7cc6149b6b5b24447d89
Functions
change_filter.cxx File Reference
#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[])
 

Function Documentation

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[] 
)