Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /DQMServices/Core/src/ROOTFilePB.proto is written in an unsupported language. File is not indexed.

0001 syntax="proto2";
0002 
0003 package dqmstorepb;
0004 
0005 message ROOTFilePB
0006 {
0007   message Histo {
0008     required string full_pathname = 1;
0009     required uint32 size = 2;
0010     required bytes  streamed_histo = 3;
0011     required uint32 flags = 4;
0012   }
0013 
0014   repeated Histo histo = 1;
0015 }