|
||||
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 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |