|
||||
File indexing completed on 2024-04-06 12:05:27
0001 #include <cassert> 0002 #include <string> 0003 0004 #include "DetectorDescription/Core/interface/DDTransform.h" 0005 0006 int main(int argc, char **argv) { 0007 assert(DDRotation().toString() == "DdBlNa:DdBlNa0"); 0008 assert(DDRotation().toString() == "DdBlNa:DdBlNa1"); 0009 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |