Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:22:37

0001 #include "plotting/StackValidation.cpp+"
0002 
0003 void makeValidation(const TString& label = "",
0004                     const TString& extra = "",
0005                     const Bool_t cmsswComp = false,
0006                     const TString& suite = "forPR") {
0007   StackValidation Stacks(label, extra, cmsswComp, suite);
0008   Stacks.MakeValidationStacks();
0009 }