Пример #1
0
    def testTreeEntries(self):
        """Test that the Events tree is not empty."""

        output = self.__class__.cfgsRunOnceCache[TestMultiJet.cfg_file_name]
        self.assert_(
            TestTools.getEntries(output[1]) > 0,
            "The CMGTuple must contain at least some entries")
Пример #2
0
    def testTreeEntries(self):
        """Test that the Events tree has some content"""

        output = self.__class__.cfgsRunOnceCache[
            'CMGTools/Common/test/testMET_cfg.py']
        self.assert_(
            TestTools.getEntries(output[1]) > 0,
            'The CMGTuple must contain some entries')
Пример #3
0
 def testTreeEntries(self):
     """Test that the Events tree has some content"""
     
     output = self.__class__.cfgsRunOnceCache['CMGTools/Common/test/testMuon_cfg.py']
     self.assert_(TestTools.getEntries(output[1]) > 0,'The CMGTuple must contain some entries')
Пример #4
0
    def testTreeEntries(self):
        """Test that the Events tree is not empty."""

        output = self.__class__.cfgsRunOnceCache["CMGTools/Common/test/testHemi_cfg.py"]
        self.assert_(TestTools.getEntries(output[1]) > 0,
                     "The CMGTuple must contain at least some entries")
Пример #5
0
    def testTreeEntries(self):
        """Test that the Events tree is not empty."""

        output = self.__class__.cfgsRunOnceCache[TestMultiJet.cfg_file_name]
        self.assert_(TestTools.getEntries(output[1]) > 0,
                     "The CMGTuple must contain at least some entries")