babymaker
e95a6a9342d4604277fe7cc6149b6b5b24447d89
|
#include "utilities.hh"
#include <fstream>
#include <iostream>
#include <cmath>
#include <string>
#include <sstream>
#include <vector>
#include <stdlib.h>
#include "TH2.h"
#include "TChain.h"
#include "TFile.h"
#include "TString.h"
#include "TMath.h"
#include "TSystem.h"
#include "TDirectory.h"
Go to the source code of this file.
Functions | |
void | onefile_skim (TString infiles, TString outfolder, TString cuts) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 28 of file skim_scan.cxx.
References dirlist(), count_root_files::files, send_merge_ntuples::folder, send_change_filter::ijob, rename_data_eras::nfiles, send_change_filter::njobs, onefile_skim(), and send_change_filter::outfolder.
void onefile_skim | ( | TString | infiles, |
TString | outfolder, | ||
TString | cuts | ||
) |
Definition at line 67 of file skim_scan.cxx.
References dirlist(), send_merge_ntuples::folder, send_merge_ntuples::infiles, rename_data_eras::nfiles, rename_data_eras::outfile, and send_split_scan::outname.
Referenced by main().