lawrenceleejr / ZeroLeptonAnalysis

1 stars 3 forks source link

Gl/sq workspace isn't written out anymore #11

Closed rsmith54 closed 8 years ago

rsmith54 commented 8 years ago

The *afterFit.root workspace isn't written out anymore for the sq/gl regions. I'm really unsure what causes this. Getting : `Error in <RooStats::HistFactory::HistoToWorkspaceFactoryFast::MakeSingleChannelWorkspace>: The input Channel does not contain any sample - return a nullptr in the .err logs.

In the .out :

Starting to process channel: VRQ_cuts
# Error: Failed to make Single-Channel workspace for channel: VRQ_cuts and measurement: NormalMeasurement
# Mon May  2 12:51:29 EDT 2016

Done running job!

Investigating.... I guess it has to do with the QCD VR/CR cuts somehow since it only happens for the noncompressed regions.

rsmith54 commented 8 years ago

Okay, so we just need to make sure we aren't applying the compressed cuts (especially cosS) to the sq/gl regions (if you cut everything away you get this issue).

rsmith54 commented 8 years ago

Fixed.